I have created a fresh charmed cluster using Juju bundle: Kubernetes Calico #884
Running kubectl commands like kubectl logs <podname> -f
, the terminal connection disconnects with error:
rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial unix /var/run/containerd/containerd.sock: connect: no such file or directory"
Note: I've encountered this frequently when interacting on the charmed Kubernetes instance. I never saw the error on the microk8s instance.
Any suggestions?