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.
manages
1 parent bf6e6ca commit d44efbeCopy full SHA for d44efbe
content/en/docs/tasks/network/customize-hosts-file-for-pods.md
@@ -117,7 +117,7 @@ with the additional entries specified at the bottom.
117
118
## Why does the kubelet manage the hosts file? {#why-does-kubelet-manage-the-hosts-file}
119
120
-The kubelet [manages](https://github.com/kubernetes/kubernetes/issues/14633) the
+The kubelet manages the
121
`hosts` file for each container of the Pod to prevent the container runtime from
122
modifying the file after the containers have already been started.
123
For e.g. earlier Docker used to [modify](https://github.com/moby/moby/issues/17190) the `hosts` file after the containers start.
0 commit comments