Add dockershim shortcode to other files

This commit is contained in:
Christopher Negus
2022-04-14 22:02:34 +00:00
parent 22d86412bf
commit ebc817852f
4 changed files with 7 additions and 3 deletions
@@ -11,6 +11,9 @@ 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.