-
Dear Talosians, To my understanding, Omni uses the image factory (factory.talos.dev or self-hosted) to create Talos installation media. Looking at the (very nice) Tutorial for air-gapped Omni, however, there is no factory deployed. Instead, Omni is pointed to I'm trying to understand which services Omni is dependent on, so I can decide about which connections to allow. I want it (the Omni machine) pretty well-isolated but probably don't need it to be 100% air-gapped. Thanks very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
If you want to, you can build a registry mirror for That's the only thing Talos pulls itself on its own. |
Beta Was this translation helpful? Give feedback.
It depends on what you want to be air-gapped exactly - Omni itself, or Talos machines.
Omni doesn't download images itself (you download them), Omni uses
https://factory.talos.dev/
API to create schematics, inspect available versions, etc.Also Omni lists version on the
ghcr.io/siderolabs/kubelet
image to know available Kubernetes versions.The installation media is downloaded technically by your browser, not Omni.
Talos will only pull installer images from
factory.talos.dev
as a container registry, so you can potentially configure Talos to use it via a registry mirror of your own. Talos will still be pulling other images - e.g. kubelet, Kubernetes, etcd, etc.But you can still redirect a…