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

Add agent image pull policy #9

Open
edwbuck opened this issue Oct 11, 2023 · 0 comments
Open

Add agent image pull policy #9

edwbuck opened this issue Oct 11, 2023 · 0 comments

Comments

@edwbuck
Copy link
Collaborator

edwbuck commented Oct 11, 2023

Based on the initial design ideas, we need to add agent image pull policies to the agent-daemonset.

This would add the configuration points:

  • image.pullPolicy (default depends on image.tag)
  • agent.image.pullPolicy (default depends on agent.image.tag)

The value is constrained to one of "never", "IfNotPresent", and "always"

  • If the tag value is "latest", or nil/empty the default is "always"
  • If the tag value is not "latest" or nil/empty the default is "IfNotPresent"
@kfox1111 kfox1111 mentioned this issue Oct 11, 2023
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