We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tl;dr DaemonSet, Deployment, StatefulSet, and ReplicaSet need to be migrated to apps/v1 API group.
apps/v1
There are a few deprecations/removals in 1.16.x that are directly related to the operator.
See here: https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
The text was updated successfully, but these errors were encountered:
Was someone able to deploy this in 1.16? I tried replacing the deprecated apis on the operator itself without luck.
Sorry, something went wrong.
No branches or pull requests
tl;dr DaemonSet, Deployment, StatefulSet, and ReplicaSet need to be migrated to
apps/v1
API group.There are a few deprecations/removals in 1.16.x that are directly related to the operator.
See here: https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
The text was updated successfully, but these errors were encountered: