Hi All, While setting up Kubernetes cluster using adm I observed one step missin . . .

Subrata:
Hi All, While setting up Kubernetes cluster using adm I observed one step missing while executing in the section “kubadm part-2 configure cluster with kubeadm” . That missing step is “how to configure Weavenet” as instructed in the video, which is not there in the latest http://kubernet.io|kubernet.io doc link. Can any one please help to find that or let us me know how to go ahead, as due to this I am unable to complete the installation in my lab,

Sanjay Kumar:
Look at this on the documentation.
Point no 2 - apply the plug-in of your choice and how to install weave net.

https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/#stacked-control-plane-and-etcd-nodes|https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/#stacked-control-plane-and-etcd-nodes

Subrata:
Thank you very much Sanjay. Could you please all tell me is the below step needed while creating the cluster using kubeadm.

Subrata:
echo
“deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu
$(lsb_release -cs) stable” | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null

Sanjay Kumar:
@Subrata I am not sure about this step if it’s needed or not. I have never used it while setting up the cluster.

Subrata:
Because I did not find portion to execute the above command this in the video by mumshad. Also it is not clear what this command is exactly doing. please find link where it exists : “echo
“deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu
$(lsb_release -cs) stable” | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null”