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 --registry-creds flag to bootstrap and install commands #4706

Merged
merged 2 commits into from
Apr 8, 2024

Conversation

stefanprodan
Copy link
Member

@stefanprodan stefanprodan commented Apr 5, 2024

Add an optional flag called --registry-creds to the flux bootstrap and flux install commands for generating an image pull secret for container images stored in private registries.

TODO (after merge):

Closes: #4621

@stefanprodan stefanprodan added the area/bootstrap Bootstrap related issues and pull requests label Apr 5, 2024
Add an optional flag called `--registry-creds` to the bootstrap
command for generating an image pull secret for container images
stored in private registries.

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Copy link
Member

@souleb souleb left a comment

Choose a reason for hiding this comment

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

LGTM!

@stefanprodan stefanprodan changed the title Generate image pull secret at bootstrap Add --registry-creds flag to bootstrap and install commands Apr 6, 2024
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bootstrap Bootstrap related issues and pull requests area/install Install and uninstall related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate image pull secret at bootstrap
2 participants