Fix kubectl commmand
parent
85eba1f0b3
commit
c59312bd5e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue