Talos upgrade in Air-gapped Environments #10743
Unanswered
marcopornic
asked this question in
Q&A
Replies: 1 comment 6 replies
-
|
I think it's the same question as how would you upgrade your applications in air-gapped environment? How would you upgrade Kubernetes? Talos upgrades are delivered via a container image, same way as your application image. If you have more than a single machine running in the air-gapped environment, the proper way is to set up a local registry mirror, and redirect all image pulls from Talos to use that mirror. If you have a single machine, that might sound like an overkill, and in that case Image Cache sounds like a better way. At the moment Talos doesn't support updating Image Cache after the initial install. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone !
I’ve gone through all the discussion topics, but I can’t find any information on updating Talos in an AirGap environment.
I successfully generated an ISO with the image cache feature, and everything is working fine. My cluster is up and running.
Now, how should I proceed to update Talos or Kubernetes? In the documentation, it suggests using the
--image ghcr.io/siderolabs/installer:vX.X.Ximage, but for that, I need an internet connection.Is it possible to update Talos using a new ISO?
Thanks for your feedback!
Beta Was this translation helpful? Give feedback.
All reactions