We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi sir,
Thank you for this wonderful project.
I was able to start the server in Ubuntu 20.04.
Now I am trying to use this nfs server as volume mount using the below yaml definition: `
apiVersion: apps/v1 kind: Deployment metadata: labels: app: busybox name: busybox spec: replicas: 1 selector: matchLabels: app: busybox template: metadata: labels: app: busybox spec: containers: - image: busybox name: busybox command: ["/bin/sh"] args: ["-c","echo 'At Work!' >> /mnt/log.txt; while true; do date >> /mnt/log.txt; sleep 10; done;"] volumeMounts: - name: nfs mountPath: "/mnt" volumes: - name: nfs nfs: server: nfs-server path: /
But nfs is not being mounted and I am getting the following error:
Could you please help me in understanding how to mount a volume based of your nfs-server.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
@abhilashdk2016 I am facing similar issue, did you find any solution for the above issue ?
Sorry, something went wrong.
@rakesh0022 Please do check my another issue https://github.com/phcollignon/kubernetes_storage/issues/1 Here you might find something useful.
thanks @abhilashdk2016
No branches or pull requests
Hi sir,
Thank you for this wonderful project.
I was able to start the server in Ubuntu 20.04.
Now I am trying to use this nfs server as volume mount using the below yaml definition:
`
But nfs is not being mounted and I am getting the following error:
Could you please help me in understanding how to mount a volume based of your nfs-server.
Thanks in advance.
The text was updated successfully, but these errors were encountered: