revert changes from PR 32941 that merged before 1.24 release

pull/33045/head
Rey Lejano 2022-04-19 14:50:25 -07:00
parent f23de579b3
commit 28cea36e93
4 changed files with 0 additions and 7 deletions

View File

@ -14,7 +14,6 @@ card:
This page shows how to install the `kubeadm` toolbox.
For information on how to create a cluster with kubeadm once you have performed this installation process, see the [Using kubeadm to Create a Cluster](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/) page.
{{% dockershim-removal %}}
## {{% heading "prerequisites" %}}

View File

@ -10,8 +10,6 @@ weight: 80
{{< feature-state for_k8s_version="v1.11" state="stable" >}}
{{% dockershim-removal %}}
The lifecycle of the kubeadm CLI tool is decoupled from the
[kubelet](/docs/reference/command-line-tools-reference/kubelet), which is a daemon that runs
on each node within the Kubernetes cluster. The kubeadm CLI tool is executed by the user when Kubernetes is

View File

@ -16,7 +16,6 @@ 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 >}}

View File

@ -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.