Generate image pull secret at bootstrap #4621
Labels
area/bootstrap
Bootstrap related issues and pull requests
area/ux
In pursuit of a delightful user experience
To simplify the air-gapped bootstrap we could generate the image pull secret in the same way we do for the Git secret.
Example:
When both the
--registry-creds
and--image-pull-secret
are specified, we'll create or update the secret using the specified credentials. If--registry-creds
is specified without--image-pull-secret
, we'll error out and ask the user to supply the secret name.The
flux bootstrap --registry-creds
input format is the same as forflux push artifact --creds
, we can reuse the parsing logic and validation from--creds
.The text was updated successfully, but these errors were encountered: