kubernetes-nfs-volume-on-gke icon indicating copy to clipboard operation
kubernetes-nfs-volume-on-gke copied to clipboard

kubernetes-nfs-volume-on-gke

Results 4 kubernetes-nfs-volume-on-gke issues
Sort by recently updated
recently updated
newest added

Is there any way to run NFS server without having it configured as privileged? `Error: admission webhook "validation.gatekeeper.sh" denied the request: [denied by autogke-disallow-privilege] container is privileged; not allowed in...

For those who might be interested, here is a Pulumi (https://www.pulumi.com/) script. I'm not sure if you want to integrate it into your repo. ```python # Massively based on https://github.com/mappedinn/kubernetes-nfs-volume-on-gke...

Thank you so much for documenting all this! It helped to finally set up an NFS server after all other instructions failed. One point that I noticed: you're using the...

In this example you have used a cluster with one single VM. Is there a way to use NFS with more than one VM? Because after some search I have...