Removed the PR link from manages

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Purneswar Prasad
2022-01-20 06:59:55 +05:30
committed by GitHub
parent bf6e6caa12
commit d44efbeefb
@@ -117,7 +117,7 @@ with the additional entries specified at the bottom.
## Why does the kubelet manage the hosts file? {#why-does-kubelet-manage-the-hosts-file} ## Why does the kubelet manage the hosts file? {#why-does-kubelet-manage-the-hosts-file}
The kubelet [manages](https://github.com/kubernetes/kubernetes/issues/14633) the The kubelet manages the
`hosts` file for each container of the Pod to prevent the container runtime from `hosts` file for each container of the Pod to prevent the container runtime from
modifying the file after the containers have already been started. modifying the file after the containers have already been started.
For e.g. earlier Docker used to [modify](https://github.com/moby/moby/issues/17190) the `hosts` file after the containers start. For e.g. earlier Docker used to [modify](https://github.com/moby/moby/issues/17190) the `hosts` file after the containers start.