From 0af54a86479e6213787d6636375482e89409acf0 Mon Sep 17 00:00:00 2001 From: Chi-kwan Chan Date: Fri, 8 Dec 2017 15:20:14 -0800 Subject: [PATCH] Minor typesetting fix --- staging/volumes/nfs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/volumes/nfs/README.md b/staging/volumes/nfs/README.md index 2c7c72e8..208c29ec 100644 --- a/staging/volumes/nfs/README.md +++ b/staging/volumes/nfs/README.md @@ -138,7 +138,7 @@ This creates two pods, each of which serve the `index.html` from above. We can then use a simple service to front it: ```console -kubectl create -f examples/volumes/nfs/nfs-web-service.yaml +$ kubectl create -f examples/volumes/nfs/nfs-web-service.yaml ``` We can then use the busybox container we launched before to check that `nginx`