Replies: 2 comments 3 replies
-
Are you using k3s with --docker (cri-dockerd) or with containerd? It is never a good idea to run multiple container runtimes on one host, or to run unamanged containers alongside Kubernetes pods. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I've now also had connectivity issues inside another k3s cluster (no docker installed). I'm running dualstack k3s with calico (tigera operator). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
No sure if this is the right place to ask but i've a problem with my infra setup.
I've a test cluster with a controller and worker node.
On both nodes is the latest docker v27.4.1 installed.
I've running a ci worker container (github-runner) on the controller node inside docker.
That worker is responsible to deploy new k3s versions to my cluster (it's calling the k3s install script via ssh).
Since the upgrade to k3s v1.31.3+k3s1 (from v1.30.6+k3s1) the networking of docker is broken until a system restart.
This is causing the job inside the ci worker to timeout and fail.
I assume it's a new networking thing of kubernetes v1.31 which cleans docker related routes or firewall rules?
Any help would be apreciate.
If no solution is found, then i'll need to move the docker hosts to separate vm's 😕
Beta Was this translation helpful? Give feedback.
All reactions