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

Commits on Apr 5, 2024

  1. Generate image pull secret at bootstrap

    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>
    stefanprodan committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    05903e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Generate image pull secret at install

    Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
    stefanprodan committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    0672c8a View commit details
    Browse the repository at this point in the history