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
kubectl -n zadig describe pvc
Name: zadig-nfs-server
Namespace: zadig
StorageClass: standard
Status: Pending
Volume:
Labels: app.kubernetes.io/instance=zadig-nfs-server
app.kubernetes.io/managed-by=Helm
app.kubernetes.io/name=nfs-server
helm.sh/chart=nfs-server-0.9.5
Annotations: volume.beta.kubernetes.io/storage-provisioner: rancher.io/local-path
volume.kubernetes.io/selected-node: kind-control-plane
Finalizers: [kubernetes.io/pvc-protection]
Capacity:
Access Modes:
VolumeMode: Filesystem
Used By: zadig-nfs-server-858477dfb7-fpdx2
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal ExternalProvisioning 4m29s (x523 over 134m) persistentvolume-controller waiting for a volume to be created, either by external provisioner "rancher.io/local-path" or manually created by system administrator
Normal Provisioning 2m56s (x14 over 134m) rancher.io/local-path_local-path-provisioner-78776bfc44-9cz45_91e5ec11-ec4b-45b9-9057-38f5c580f26b External provisioner is provisioning volume for claim "zadig/zadig-nfs-server"
Warning ProvisioningFailed 2m56s (x14 over 134m) rancher.io/local-path_local-path-provisioner-78776bfc44-9cz45_91e5ec11-ec4b-45b9-9057-38f5c580f26b failed to provision volume with StorageClass "standard": Only support ReadWriteOnce access mode
What did you expect to happen:
The system is deployed successfully.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
The text was updated successfully, but these errors were encountered:
We confirmed that several storage class is not capable of creating PV with ReadWriteMany access mode. Currently, We changed the access mode of all the pv from ReadWriteMany to ReadWriteOnce. This issue should be fixed.
/kind bug
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
What did you expect to happen:
The system is deployed successfully.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
The text was updated successfully, but these errors were encountered: