I was trying to create a pvc with RWX access mode in the kind cluster. I see an error that it is not supported. #2371
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
triage/duplicate
Indicates an issue is a duplicate of other open issue.
I was using kind cluster to create resources. As part of that I was creating a pvc with RWX access mode. I see the kind cluster comes with standard storage class as below-
It looks like the default storage class not allow to create pvc with Read Write Many access mode. Whereas the default storage class in minikube cluster environment allow us to create pvc with RWX mode.
Below error seen in pvc -
rancher.io/local-path_local-path-provisioner-bd4bb6b75-sbf49_ccebea37-56a9-405c-b76b-3cd0e113fb23 failed to provision volume with StorageClass "standard": Only support ReadWriteOnce access mode
Can someone please let me know if something is missing or is it a known issue?
kind version
): kind v0.8.1 go1.14.2 linux/amd64kubectl version
): 1.19docker info
): 19.03.11/etc/os-release
): Ubuntu 18.04.4The text was updated successfully, but these errors were encountered: