Kubernetes 1.25 + Dockerd
In this post, I will tell you how to set up a Kubernetes 1.25 cluster(that was released today) bootstrapped using kubeadm with Dockerd as the container runtime. This will be a setup with 1 control plane node and 3 worker nodes on Ubuntu 22.04 comput...
blog.kubesimplify.com8 min read
This is the error am getting when I want to install K8s on my Dell laptop with KVM or on my server running proxmox. Please help
sudo kubeadm config images pull --cri-socket unix:///var/run/cri-dockerd.sock --kubernetes-version v1.25.0 failed to pull image "registry.k8s.io/kube-apiserver:v1.25.0": output: time="2023-03-10T14:08:02+02:00" level=fatal msg="validate service connection: CRI v1 image API is not implemented for endpoint \"unix:///var/run/cri-dockerd.sock\": rpc error: code = Unimplemented desc = unknown service runtime.v1.ImageService" , error: exit status 1 To see the stack trace of this error execute with --v=5 or higher