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

Can keel handle multiple containers in a pod deployment? #748

Open
zestysoft opened this issue Nov 24, 2023 · 3 comments
Open

Can keel handle multiple containers in a pod deployment? #748

zestysoft opened this issue Nov 24, 2023 · 3 comments

Comments

@zestysoft
Copy link

I've got some pods that have multiple containers -- some that are part of init, and some that run concurrently. I think all of the keel settings happen at the root of the deployment, so I'm uncertain how to, say, assign glob policies per container?

@joebowbeer
Copy link
Contributor

keel can watch containers and initContainers (#734)

@zestysoft
Copy link
Author

Right now my keel.sh annotation settings are set at the root of my deployments. Can these be set at the container level for each image? Say I have a keel.sh/policy glob setting that restricts lookups to minor versions for one image but I want something else for a second container?

@joebowbeer
Copy link
Contributor

Annotations are per pod controller AFAIK. I don't know of a way to separate by container.

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

2 participants