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
Deviation from expected behavior:
PersistentVolumeClaim stays Pending if NFSServer name is not rook-nfs.
Expected behavior:
PersistentVolumeClaim get Bound if NFSServer name is not rook-nfs.
How to reproduce it (minimal and precise):
Create all resources from the documentation till the PersistentVolumeClaim
kubectl apply -f common.yaml
kubectl apply -f operator.yaml
kubectl apply -f webhook.yaml
Is this a bug report or feature request?
Deviation from expected behavior:
PersistentVolumeClaim stays Pending if NFSServer name is not rook-nfs.
Expected behavior:
PersistentVolumeClaim get Bound if NFSServer name is not rook-nfs.
How to reproduce it (minimal and precise):
Create all resources from the documentation till the PersistentVolumeClaim
kubectl apply -f common.yaml
kubectl apply -f operator.yaml
kubectl apply -f webhook.yaml
Create a PVC for the NFSServer:
Create the PVC for the pod that is using the NFSServer:
Now create the NFSServer and StorageClass, this will work:
This won't work:
To get logs, use
kubectl -n <namespace> logs <pod name>
rook-nfs-operator:
rook-nfs-webhook:
Environment:
uname -a
): 4.15.0-147-generickubectl version
): v1.20.2The text was updated successfully, but these errors were encountered: