We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6e8373 + 9fa03cb commit 4f5b43dCopy full SHA for 4f5b43d
content/en/docs/tasks/access-application-cluster/ingress-minikube.md
@@ -132,12 +132,12 @@ The following file is an Ingress resource that sends traffic to your Service via
132
133
1. Create `example-ingress.yaml` from the following file:
134
135
- {{< codenew file="ingress/example-ingress.yaml" >}}
+ {{< codenew file="service/networking/example-ingress.yaml" >}}
136
137
1. Create the Ingress resource by running the following command:
138
139
```shell
140
- kubectl apply -f https://k8s.io/examples/ingress/example-ingress.yaml
+ kubectl apply -f https://k8s.io/examples/service/networking/example-ingress.yaml
141
```
142
143
Output:
content/en/examples/ingress/example-ingress.yaml renamed to content/en/examples/service/networking/example-ingress.yaml
0 commit comments