This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Running a pod with the Netflix Conductor ServerAndUi image causes the pod to be stuck in ContainerCreating status #3781
Labels
type: bug
bugs/ bug fixes
Describe the bug
While running Netflix conductor on EKS V1.26 (or 1.24+) cluster which use containerd as the runtime, the Netflix Conductor ServerAndUi image causes the pod to be stuck in ContainerCreating status.
As per troubleshooting sessions with AWS, we have discovered in kubelet logs this error:
"kubelet docker config file not found couldn't find valid .dockercfg after checking in var/lib/kubelet"
Details
Conductor version: https://github.com/Netflix/conductor/releases/tag/v3.13.2
Persistence implementation: Postgres
Queue implementation:
Lock:
Workflow definition:
Task definition:
Event handler definition:
To Reproduce
Steps to reproduce the behavior:
Deploy this image to a cluster running v1.24 or greater
The text was updated successfully, but these errors were encountered: