Airgap support #4346
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Airgap deployments happen on networks without internet access, with a private registry.
It would be great if we had the following commands:
kustomize airgap pull
: to pull all imageskustomize airgap prefix <your.registry/your.path>
: this would dokustomize edit set image <each image>=<prefix>/<each image
and add the new tag to all imageskustomize airgap push <your.registry/your.path>
: push all retagged images to the private registryAdditionally, repos like kubeflow should be able to hook additional images, ie. for situations like this
The text was updated successfully, but these errors were encountered: