Merge pull request #7435 from vaibhav2107/update-locally

Update the incorrect links in contributors/devel/running-locally.md
This commit is contained in:
Kubernetes Prow Robot 2023-08-16 07:44:27 -07:00 committed by GitHub
commit 92380cbeba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -135,8 +135,8 @@ Once provisioning is complete, you can use the following commands for Kubernetes
## Running a user defined pod
Note the difference between a [container](https://kubernetes.io/docs/user-guide/containers/)
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.
Note the difference between a [container](https://kubernetes.io/docs/concepts/containers/)
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.
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`).
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
```sh
export CGROUP_DRIVER=systemd
```
```