Open drq883 opened 1 year ago
Referencing this page: https://stackoverflow.com/questions/75131916/failed-to-validate-kubelet-flags-the-container-runtime-endpoint-address-was-not
The suggestion of running this fixed it (bad version of containerd in ubuntu 22.04.1):
wget https://github.com/containerd/containerd/releases/download/v1.6.12/containerd-1.6.12-linux-amd64.tar.gz
tar xvf containerd-1.6.12-linux-amd64.tar.gz
systemctl stop containerd
cd bin
cp * /usr/bin/
systemctl start containerd
I deployed 3 hosts to create a k8s cluster. Using the O'Reilly Getting Started with Kubernetes, 3rd Edition.
Each host has Ubuntu 22.04.1 LTS installed.
The error shown is:
This setup is pretty easy to redeploy to provide any logs, config files needed.
Thanks.