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
The bad thing is that the following mistakes always occur. I'm not sure what the problem is. I make sure my NFS is up and running and can be mounted
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 6m15s default-scheduler Successfully assigned kube-system/alicloud-nas-controller-68d6c6f868-pdz7c to csi2
Normal SuccessfulAttachVolume 6m15s attachdetach-controller AttachVolume.Attach succeeded for volume "nfs-client-root"
Warning FailedMount 118s (x2 over 4m12s) kubelet, csi2 Unable to attach or mount volumes: unmounted volumes=[nfs-client-root], unattached volumes=[nfs-client-root default-token-69mpw]: timed out waiting for the condition
Warning FailedMount 114s (x10 over 6m7s) kubelet, csi2 MountVolume.SetUp failed for volume "nfs-client-root" : mount command failed, status: Failure, reason: Nas, Mount Nfs fail with error: Failed to run cmd: mount -t nfs -o vers=4.1,noresvport 192.168.200.193:/test /data/kubelet/pods/b2ff715a-baa5-492b-b762-71df43215e77/volumes/alicloud~nas/nfs-client-root, with out: mount.nfs: Operation not permitted
, with error: exit status 32
The text was updated successfully, but these errors were encountered:
I tried to deploy flexvolume in a local private environment using the NFS file system
The bad thing is that the following mistakes always occur. I'm not sure what the problem is. I make sure my NFS is up and running and can be mounted
The text was updated successfully, but these errors were encountered: