-
Notifications
You must be signed in to change notification settings - Fork 590
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
Allow user to provide internal-use images for air-gapped setups #84
Comments
all images used and statically hardcoded:
|
Tested with rke version v0.0.9-dev.
When the images are made public, rke pulls the images on the host and the cluster is created successfully. |
Previously rke would try to pull an image and it failed if it's a private image. #276 fixes this by adding configuration for private registry authentication. |
Fyi: I can confirm a working rke in an air-gapped on-premise offline environment. |
Does it work with insecure registries ? I have an insecure registry and I can pull image from it manually. However,when I define it as a private_registries: in the cluster.yml rke still tries to pull from docker.io and gives an error like |
RKE Version: master build Feb 9 I was able to verify airgap using private docker registry and the following cluster.yml file:
I verified that nodes are airgapped and has no access to the internet, and i was able to pull from this private registry with authentication without docker login on the hosts |
We need to allow users to provide their own cert downloader and nginx proxy images to allow running using private registries and air-gapped deployments.
The text was updated successfully, but these errors were encountered: