Only need to copy airgap tarball images to first server when using embedded registry? #10052
-
https://docs.k3s.io/installation/airgap#embedded-registry-mirror says:
I just want to clarify. This seems to imply to me that I can import the airgap tarball images into the embedded registry on the first server, and any subsequent server install will be able to pull those airgap images from the embedded registry, such that I don't have to copy the airgap image tarball to each subsequent server node. EDIT: Is this correct? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That is correct. As long as that initial node is available to "seed" the images to other nodes, you don't need to put them anywhere else. This isn't just restricted to just our tarballs, you can put your own image tarballs as produced by Other pages of the documentation cover this in more detail: https://docs.k3s.io/installation/registry-mirror#sharing-air-gap-or-manually-loaded-images |
Beta Was this translation helpful? Give feedback.
That is correct. As long as that initial node is available to "seed" the images to other nodes, you don't need to put them anywhere else.
This isn't just restricted to just our tarballs, you can put your own image tarballs as produced by
docker save
or other compatible tools.Other pages of the documentation cover this in more detail: https://docs.k3s.io/installation/registry-mirror#sharing-air-gap-or-manually-loa…