revert changes from PR 32941 that merged before 1.24 release

This commit is contained in:
Rey Lejano
2022-04-19 14:50:25 -07:00
parent f23de579b3
commit 28cea36e93
4 changed files with 0 additions and 7 deletions
@@ -11,9 +11,6 @@ min-kubernetes-server-version: 1.7
<!-- overview -->
{{% dockershim-removal %}}
Adding entries to a Pod's `/etc/hosts` file provides Pod-level override of hostname resolution when DNS and other options are not applicable. You can add these custom entries with the HostAliases field in PodSpec.
Modification not using HostAliases is not suggested because the file is managed by the kubelet and can be overwritten on during Pod creation/restart.