Skip to content

Commit 92380cb

Browse files
authored
Merge pull request #7435 from vaibhav2107/update-locally
Update the incorrect links in contributors/devel/running-locally.md
2 parents 53963f9 + 1f8403d commit 92380cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributors/devel/running-locally.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ Once provisioning is complete, you can use the following commands for Kubernetes
135135

136136
## Running a user defined pod
137137

138-
Note the difference between a [container](https://kubernetes.io/docs/user-guide/containers/)
139-
and a [pod](https://kubernetes.io/docs/user-guide/pods/). Since you only asked for the former, Kubernetes will create a wrapper pod for you.
138+
Note the difference between a [container](https://kubernetes.io/docs/concepts/containers/)
139+
and a [pod](https://kubernetes.io/docs/concepts/workloads/pods/). Since you only asked for the former, Kubernetes will create a wrapper pod for you.
140140
However, you cannot view the nginx start page on localhost. To verify that nginx is running, you need to run `curl` within the Docker container (try `docker exec`).
141141

142142
You can control the specifications of a pod via a user defined manifest, and reach nginx through your browser on the port specified therein:
@@ -195,4 +195,4 @@ Your container runtime is using the systemd cgroup driver, but by default `./hac
195195

196196
```sh
197197
export CGROUP_DRIVER=systemd
198-
```
198+
```

0 commit comments

Comments
 (0)