Skip to content
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

Open
kyandaks opened this issue Sep 23, 2023 · 1 comment
Labels
type: bug bugs/ bug fixes

Comments

@kyandaks
Copy link

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

@kyandaks kyandaks added the type: bug bugs/ bug fixes label Sep 23, 2023
@Aimei9
Copy link

Aimei9 commented Oct 14, 2023

Create a custom image:
Build a custom Conductor image:

docker build -t custom-conductor-serverandui:<your_version> .

Push the Custom Image to a Container Registry:

Once you're satisfied with the custom image, push it to a container registry

docker push custom-conductor-serverandui:<your_version>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug bugs/ bug fixes
Projects
None yet
Development

No branches or pull requests

2 participants