Merge pull request #24509 from tengqm/move-ingress-example

Move example-ingress.yaml
This commit is contained in:
Kubernetes Prow Robot
2020-10-12 08:34:48 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -132,12 +132,12 @@ The following file is an Ingress resource that sends traffic to your Service via
1. Create `example-ingress.yaml` from the following file:
{{< codenew file="ingress/example-ingress.yaml" >}}
{{< codenew file="service/networking/example-ingress.yaml" >}}
1. Create the Ingress resource by running the following command:
```shell
kubectl apply -f https://k8s.io/examples/ingress/example-ingress.yaml
kubectl apply -f https://k8s.io/examples/service/networking/example-ingress.yaml
```
Output: