Welcome to the Linux Foundation Forum!

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

Hello,
The package install worked better:

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

Comments

  • 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).

  • Yes, I had guessed it was a matter of timing

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training