Can this actions-runner-controller be used in K8s versions from 1.23? #1006
-
Hi, I would like to know if dind use-cases(docker run, build ..) work on K8s versions from 1.23 on this runner as docker-shim is deprecated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey, I test the actions-runner-controller in a GKE cluster, that uses containerd as ContainerRuntime. So that means don't have docker-shim and it works well. |
Beta Was this translation helpful? Give feedback.
-
It should just work. |
Beta Was this translation helpful? Give feedback.
It should just work.
docker-shim
isn't relevant in this scenario.docker-shim
is only used to create containers contained in the pod.dind
runs within a container of a pod and we usedocker
there, notdocker-shim
provided by K8s 😃