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
## Running Kubernetes End To End tests on the NFS Driver
70
+
1) Stand up a local cluster `ALLOW_PRIVILEGED=1 hack/local-up-cluster.sh`
71
+
2) Build the nfs driver by running `make`
72
+
3) Create NFS Driver Image, where the image tag would be whatever that is required by your YAML deployment files `docker build -t quay.io/k8scsi/nfsplugin:v1.0.0 .`
73
+
4) Run E2E Tests using the following command: `go test -v ./cmd/nfsplugin/ -ginkgo.v -ginkgo.progress --kubeconfig=/var/run/kubernetes/admin.kubeconfig -timeout=0`
74
+
75
+
69
76
## Community, discussion, contribution, and support
70
77
71
78
Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).
0 commit comments