Welcome to the Linux Foundation Forum!

[Lab 1-C.3] Configure a Kubernetes cluster

Options

Hello,
The package install worked better:

wget https://github.com/Mirantis/cri-dockerd/releases/download/v0.3.1/cri-dockerd_0.3.1.3-0.ubuntu-focal_amd64.deb
sudo dpkg -i cri-dockerd_0.3.1.3-0.ubuntu-focal_amd64.deb
sudo apt install kubectl=1.25.0-00 kubeadm=1.25.0-00 kubelet=1.25.0-00
sudo kubeadm init --kubernetes-version 1.25.0 --cri-socket=unix:///run/cri-
dockerd.sock

Comments

  • ChristianLacsina964
    Options

    At the time the lab was written packages were not available from cri-dockerd. Thank you for the report - we will look into incorporating this method instead (which is much, much easier - I agree).

  • thomas.bucaioni
    Options

    Yes, I had guessed it was a matter of timing

Categories

Upcoming Training