Merge pull request #511 from scheeles/patch-1

Fix kubectl command
This commit is contained in:
johndmulhausen
2016-05-31 16:32:59 -07:00
+1 -1
View File
@@ -102,7 +102,7 @@ There are existing Kubernetes concepts that allow you to expose a single service
{% include code.html language="yaml" file="ingress.yaml" ghlink="/docs/user-guide/ingress.yaml" %}
If you create it using `kubectl -f` you should see:
If you create it using `kubectl create -f` you should see:
```shell
$ kubectl get ing