Merge pull request #6181 from omwbennett/patch-1
Improve prerequisite instructions
This commit is contained in:
commit
579af219bf
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ All examples that require a test HTTP Service use the standard http-svc pod,
|
||||||
which you can deploy as follows
|
which you can deploy as follows
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ kubectl create -f http-svc.yaml
|
$ kubectl create -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/docs/examples/http-svc.yaml
|
||||||
service "http-svc" created
|
service "http-svc" created
|
||||||
replicationcontroller "http-svc" created
|
replicationcontroller "http-svc" created
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue