Skip to content

Commit 4f5b43d

Browse files
authored
Merge pull request #24509 from tengqm/move-ingress-example
Move example-ingress.yaml
2 parents e6e8373 + 9fa03cb commit 4f5b43d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/tasks/access-application-cluster/ingress-minikube.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ The following file is an Ingress resource that sends traffic to your Service via
132132

133133
1. Create `example-ingress.yaml` from the following file:
134134

135-
{{< codenew file="ingress/example-ingress.yaml" >}}
135+
{{< codenew file="service/networking/example-ingress.yaml" >}}
136136

137137
1. Create the Ingress resource by running the following command:
138138

139139
```shell
140-
kubectl apply -f https://k8s.io/examples/ingress/example-ingress.yaml
140+
kubectl apply -f https://k8s.io/examples/service/networking/example-ingress.yaml
141141
```
142142

143143
Output:

0 commit comments

Comments
 (0)