You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed storage.k8s.io/v1beta1 to storage.k8s.io/v1 in deploy manifests and got this error
$ kubectl -n kube-system logs csi-controller-0 -c csi-provisioner
...
I0302 20:43:05.575475 1 reflector.go:188] Listing and watching *v1beta1.CSINode from k8s.io/client-go/informers/factory.go:135
E0302 20:43:05.577946 1 reflector.go:156] k8s.io/client-go/informers/factory.go:135: Failed to list *v1beta1.CSINode: the server could not find the requested resource
...
The text was updated successfully, but these errors were encountered:
You also have to update container images used for CSI sidecars (csi-provisioner, csi-attacher, etc). See pages I linked for available image tags and Kubernetes versions supported by them. The issue is unrelated to yandex-csi-driver controller.
I changed storage.k8s.io/v1beta1 to storage.k8s.io/v1 in deploy manifests and got this error
The text was updated successfully, but these errors were encountered: