Replies: 1 comment 13 replies
-
Talos runs fine without internet access. You can disable the time synchronization or point it to a time sync server you run in your LAN. |
Beta Was this translation helpful? Give feedback.
13 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am struggling to get talos running in an offline environment. I want to run talos on a single node (metal installation on arm64 sbc, but I got the same error on a x86 laptop). The talos API should be accessible from the local LAN, thats why dhcp is on. If no internet is available and no ethernet cable is injected the node should still run its workloads. However talos does not boot with my current configuration.
My interfaces look like this:
Even though I set a boot timeout in the time configuration, the boot still hangs when it tries to get the time. I repeatedly get these logs, even after 30s:
I am running talos 1.8.2 and kubernetes v1.31.2
Is there working example for using talos offline on metal with no ethernet and internet connection?
Or do you have any advice?
Any help is appreciated. :)
Beta Was this translation helpful? Give feedback.
All reactions