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

Airgap support #4346

Closed
jpic opened this issue Dec 21, 2021 · 2 comments
Closed

Airgap support #4346

jpic opened this issue Dec 21, 2021 · 2 comments
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.

Comments

@jpic
Copy link

jpic commented Dec 21, 2021

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 images
  • kustomize airgap prefix <your.registry/your.path>: this would do kustomize edit set image <each image>=<prefix>/<each image and add the new tag to all images
  • kustomize airgap push <your.registry/your.path>: push all retagged images to the private registry

Additionally, repos like kubeflow should be able to hook additional images, ie. for situations like this

@jpic jpic added the kind/feature Categorizes issue or PR as related to a new feature. label Dec 21, 2021
@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Dec 21, 2021
@k8s-ci-robot
Copy link
Contributor

@jpic: This issue is currently awaiting triage.

SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the triage/accepted label.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@KnVerey
Copy link
Contributor

KnVerey commented Dec 21, 2021

Kustomize exclusively deals with Kubernetes configuration files: to Kustomize, images are just a field--pushing, pulling or otherwise handling the images themselves is out of scope for this tool.

Regarding making Kustomizations work without internet access in general, you may be interested in this issue: #3980.

If I've misunderstood, please reopen with more detail.

/close

@KnVerey KnVerey closed this as completed Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants