From fbd099a209d1d1c34bb5c9b3bf65e5f3589f164e Mon Sep 17 00:00:00 2001 From: Mitesh Jain <47820816+miteshskj@users.noreply.github.com> Date: Thu, 14 Apr 2022 06:24:46 +0530 Subject: [PATCH] Adding more information to Installing kubeadm step. (#32884) * Adding more information to Installing kubeadm step. * Adding more information to installing kubeadm step. Co-authored-by: Lubomir I. Ivanov * Remove unnecessary quotes. Co-authored-by: Lubomir I. Ivanov --- .../tools/kubeadm/create-cluster-kubeadm.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md b/content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md index 1dcc375eef..6baf2e4849 100644 --- a/content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md +++ b/content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md @@ -70,9 +70,10 @@ Any commands under `kubeadm alpha` are, by definition, supported on an alpha lev ## Instructions -### Installing kubeadm on your hosts +### Preparing the hosts -See ["Installing kubeadm"](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/). +Install a {{< glossary_tooltip term_id="container-runtime" text="container runtime" >}} and kubeadm on all the hosts. +For detailed instructions and other prerequisites, see [Installing kubeadm](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/). {{< note >}} If you have already installed kubeadm, run `apt-get update &&