Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calrissian is configured to always pull the sidecar container images #37

Open
bevalentin opened this issue Mar 27, 2023 · 0 comments
Open

Comments

@bevalentin
Copy link

The Docker images of the two sidecar containers (usage and output) in the workflow pod are always pulled even through the image is always the same (bitnami/kubectl:latest). Because of this, the pod and the containers remain in the ContainerCreating for a long time, even when the actual workflow jobs are being executed.

Because the image tag latest is used for the sidecar containers and no imagePullPolicy is specified in CalrissianJobTemplate.yaml, the image is always pulled.

Would it be possible to either allow configuring the image tag (to avoid using latest) or allow configuring the image pull policy for these two (identical) images?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant