Fix kubectl commmand

This commit is contained in:
Sebastian
2016-05-15 06:58:31 +02:00
parent 85eba1f0b3
commit c59312bd5e
+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