Kubernetes deploy failed jenkins deployment "failed to create containerd task" Kubernetes deploy failed jenkins deployment "failed to create containerd task" kubernetes kubernetes

Kubernetes deploy failed jenkins deployment "failed to create containerd task"


Newer IKS clusters don't have Docker installed - they use containerd to execute containers.

If you still want to execute Docker on Jenkins you can either use Kubernetes plugin and pods with dind containers or rebuild your own jenkins based on dind - something like this: https://hub.docker.com/r/vixns/jenkins-dind/