website
website copied to clipboard
Air-gapped Environments documentation is unclear
Doc says to run
kubectl -n flux-system create secret generic regcred \ --from-file=.dockerconfigjson=/.docker/config.json \ --type=kubernetes.io/dockerconfigjson
but no reference to what /.docker/config.json is or an example of it is provided.