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
@@ -16,8 +16,7 @@ weight: 30
You can use Kubernetes to run a mixture of Linux and Windows nodes, so you can mix Pods that run on Linux on with Pods that run on Windows. This page shows how to register Windows nodes to your cluster.
{{% dockershim-removal %}}
## {{% heading "prerequisites" %}}
{{< version-check >}}
@@ -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.