We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09722c commit d1942c1Copy full SHA for d1942c1
deploy/example/nfs-provisioner/README.md
@@ -17,7 +17,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nf
17
```bash
18
git clone https://github.com/sjiveson/nfs-server-alpine.git
19
cd nfs-server-alpine
20
-docker built -t <your-name>/nfs-server-alpine:latest-arm .
+docker build -t <your-name>/nfs-server-alpine:latest-arm .
21
wget https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/deploy/example/nfs-provisioner/nfs-server.yaml
22
sed -i 's/<your-name>/itsthenetwork/' nfs-server.yaml
23
kubectl create -f nfs-server.yaml
0 commit comments