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

feat: Add service account to hook-image-puller and continuous-image-puller #3581

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

samyuh
Copy link

@samyuh samyuh commented Nov 22, 2024

This MR adds two separate dummy ServiceAccounts for hook-image-puller and continuous-hook-image-puller.

  • The continuous image puller runs constantly to ensure images are always available.
  • The hook image puller is temporary, used during tasks like upgrades, and is deleted afterward.

Closes #3545

@samyuh samyuh changed the title Draft: feat: Add service account to hook-image-puller and continuous-image-puller feat: Add service account to hook-image-puller and continuous-image-puller Nov 22, 2024
Copy link
Author

@samyuh samyuh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@consideRatio I created a simple dummy service account for both image pullers.
Can you try to review this as soon as possible and suggest any changes? If you prefer you can commit the changes directly :))

Thanks once again

@samyuh samyuh marked this pull request as ready for review November 22, 2024 15:54
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

Successfully merging this pull request may close these issues.

hook and continuous image pullers' DaemonSets: configuring k8s ServiceAccount - yes or no?
1 participant