wso2 / kubernetes-apim

Kubernetes and Helm resources for WSO2 API Manager
Apache License 2.0
112 stars 216 forks source link

NFS failed to mount on clean install from Charts #612

Open dsultanr opened 1 month ago

dsultanr commented 1 month ago

Description: deploying am-single to K8S from 4.1.0, 4.2.0 or master branch ends with error MountVolume.SetUp failed for volume "pvc-fa38dfba-6fbf-4b9a-9006-27785a180894" : mount failed: exit status 32 Mounting command: mount Mounting arguments: -t nfs -o vers=3 10.233.35.171:/export/pvc-fa38dfba-6fbf-4b9a-9006-27785a180894 /var/lib/kubelet/pods/7cd11afe-c369-4c1d-826f-405ea30f0cc2/volumes/kubernetes.io~nfs/pvc-fa38dfba-6fbf-4b9a-9006-27785a180894 Output: mount: /var/lib/kubelet/pods/7cd11afe-c369-4c1d-826f-405ea30f0cc2/volumes/kubernetes.io~nfs/pvc-fa38dfba-6fbf-4b9a-9006-27785a180894: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program.

Affected Product Version: 4.1, 4.2, master

Steps to reproduce: git clone, argocd create app from cloned am-single folder

image image

values.yaml leaved unchanged image