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
Finally, I tried to change the storage size of pvc to 200GB. But only the driver on node 152-worker-0b2e90 received the NodeExpandVolume request and expanded the volume.
I'm using version v1.16.13 of K8S and version v1.1.0 of the csi-resizer image .
# kubectl version
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.2", GitCommit:"8b5a19147530eaac9476b0ab82980b4088bbc1b2", GitTreeState:"clean", BuildDate:"2021-09-15T21:38:50Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.13", GitCommit:"39a145ca3413079bcb9c80846488786fed5fe1cb", GitTreeState:"clean", BuildDate:"2020-07-15T16:10:14Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
WARNING: version difference between client (1.22) and server (1.16) exceeds the supported minor version skew of +/-1
# cat value.yaml
k8s.gcr.io/sig-storage/csi-resizer:v1.1.0
The text was updated successfully, but these errors were encountered:
I am now using SeaweedFS with seaweedfs-csi-driver on K8S.
I created a persistent volume claim
seaweedfs-dynamic
with storage classseaweedfs-storage
.And I created 2 pods to use the pvc
seaweedfs-dynamic
, and these 2 pods were scheduled on 2 nodes.Finally, I tried to change the storage size of pvc to 200GB. But only the driver on node
152-worker-0b2e90
received theNodeExpandVolume
request and expanded the volume.I'm using version
v1.16.13
of K8S and versionv1.1.0
of the csi-resizer image .The text was updated successfully, but these errors were encountered: