Hi Team, Got one Super quick question: Under INSTALL, PRACTICE TEST CLUSTER INST . . .

Muthu Kumar:
Hi Team, Got one Super quick question: Under INSTALL, PRACTICE TEST CLUSTER INSTALLATION USING KUBEADM:

While following the Doc: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/

Encountering this Error:
controlplane ~ :heavy_multiplication_x: sudo curl -fsSLo /etc/apt/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpgcurl: (23) Failed writing body (0 != 1210)

Also secondly, I dont see an option to Install a particular version of Kubeadm, Kubelet and Kubectl like how we did in the Upgrade task in one of the previous lessons…do we just use those same commands instead of the one in this Documentation? :slightly_smiling_face:

Cheers, Thanks a lot in advance :slightly_smiling_face:

Muthu Kumar:

Wai Yan Pyae Sone:
Hey @Muthu Kumar

You may need to create directory before you use curl command

mkdir /etc/apt/keyrings

Muthu Kumar:
Ah! that worked, @Wai Yan Pyae Sone!!! :smiley:
Thanks a lot for quick respose :hand::smiley: