-
Notifications
You must be signed in to change notification settings - Fork 105
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
Kubernetes 1.27 Deprecated CSIStorageCapacity: Storage.k8s.io/v1beta1: use v1. #437
Comments
is this connected? #299 |
/assign @vharsh |
This issue is coming because an older version of CSI provisioner is being used(3.0.0). The fix was pushed in The fix for this would require bumping up the |
got fixed in #461 |
What steps did you take and what happened:
Deployed zfs-localpv under Kubernetes 1.27
Pods would not schedule because PVs would not provision with error
0/1 nodes are available: 1 node(s) did not have enough free storage. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
Openebs-zfs-controller had log entry
E0424 04:24:46.342908 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1beta1.CSIStorageCapacity: failed to list *v1beta1.CSIStorageCapacity: the server could not find the requested resource
1.27 Deprecations
CSIStorageCapacity: Storage.k8s.io/v1beta1: use v1.
https://sysdig.com/blog/kubernetes-1-27-whats-new/
The text was updated successfully, but these errors were encountered: