-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
Snapshot volume beta API #159
Comments
Are you referring to the OpenShift 4.3 supports Yes we need to update the examples to support K8s versions higher than 1.16. |
Yes, but it appears the controller actually installs some CRDs (it has the cluster role to do so, which is probably not something we want the controller to do).
I am not entirely sure what installs the other two crds |
The other 2 are most likely created by the |
Gotcha, so I just need to update the yaml to use the correct side car. I grepped the project and I couldn't find anything creating them. But the side car makes sense. So yeah just need to update the examples for 1.17 to use the new api and side car. |
This patch adds the example for Kubernetes 1.17 Unlike READMEs from previous releases this one has been summarized. Fix embercsi#159
This patch adds the example for Kubernetes 1.17 Unlike READMEs from previous releases this one has been summarized. Fix embercsi#159
This patch adds the example for Kubernetes 1.17 Unlike READMEs from previous releases this one has been summarized. Fix embercsi#159
This patch adds the example for Kubernetes 1.17 Unlike READMEs from previous releases this one has been summarized. Fix embercsi#159
Currently ember installs the alpha volume snapshot api, which has been deprecated in kubernetes 1.17 and no longer supported in openshift. Please install the betav1 api when the controller is started.
The text was updated successfully, but these errors were encountered: