Merge pull request #6181 from omwbennett/patch-1

Improve prerequisite instructions
This commit is contained in:
Kubernetes Prow Robot 2020-09-16 06:13:20 -07:00 committed by GitHub
commit 579af219bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ All examples that require a test HTTP Service use the standard http-svc pod,
which you can deploy as follows
```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
replicationcontroller "http-svc" created