Replies: 15 comments
-
I think this is expected due to etcd not being bootstrapped? cluster-template/.taskfiles/Talos/Taskfile.yaml Lines 55 to 63 in b6234fc It doesn't seem like the above was ran. At what point in the task commands did you get to and was there any errors on the client side? |
Beta Was this translation helpful? Give feedback.
-
In addition to @onedr0p's comments, when I tried to install Talos manually, it took some time for the master to be ready. |
Beta Was this translation helpful? Give feedback.
-
I left it running the whole night yesterday and the same thing happened. I am also sure that I think all scripts are running and before the node first reboots/loads there are errors regarding something like a "admin" certificate Any ideas? |
Beta Was this translation helpful? Give feedback.
-
Maybe give it another shot when you have a moment? Not sure what happened here to be honest could be a ton of different issues from misconfig to network issues to anything else really :/ The important bits of the config that can really go wrong if not set right are the network and disk selectors. |
Beta Was this translation helpful? Give feedback.
-
Disk selectors work I believe, data is being written to the disk and network is working o I believe on all the nodes. The error is just the "tls: internal error" every time the masters try to fetch something from their own localhost IP |
Beta Was this translation helpful? Give feedback.
-
The bootstrap first begins with these errors in the console But I believe that's when the nodes get rebooted as then it boots and continues til kubelet is healthy but the error is back: And then my terminal tries to connect to the VIP and nothing happens |
Beta Was this translation helpful? Give feedback.
-
I saw this in your previous config (sorry this is all I have to go on from #1398 (comment)) networkInterfaces:
- deviceSelector:
hardwareAddr: "" That should be the nodes mac address, are you sure this is populated? It should be in cluster-template/config.sample.yaml Line 57 in 28ae26d |
Beta Was this translation helpful? Give feedback.
-
I added validation on |
Beta Was this translation helpful? Give feedback.
-
I already populated those, I just redacted them when I sent it here. Every single value is present |
Beta Was this translation helpful? Give feedback.
-
2024-04-04.00-02-53.mp4This is a recording of what happens |
Beta Was this translation helpful? Give feedback.
-
I wonder if you need to use a different type of network selector in the Talos/talhelper config or change something in the NIC settings on the VM in Proxmox? I just hand-held someone thru the whole repo who is using bare-metal nodes and we had success after figuring out they were not setting the correct value for |
Beta Was this translation helpful? Give feedback.
-
Do you have an example of what I would need to do? |
Beta Was this translation helpful? Give feedback.
-
I am probably not the best person to ask about that as I do not use any hypervisors in my life right now 😄 Maybe a good start is to review the talos proxmox docs and see if everything lines up there and with the rendered config here. Keep in mind there are a bunch of different network selectors you can use so maybe mac address is not the best with PVE? I dunno. |
Beta Was this translation helpful? Give feedback.
-
Hi @DavidIlie have you had a chance to give Talos another try? |
Beta Was this translation helpful? Give feedback.
-
I ended up getting it running, it was because of the configuration of the network adapter, so maybe take a look if you need additional drivers for yours? I gave up with Talos because i couldn't get a specific NVIDIA driver installed, so back with debian |
Beta Was this translation helpful? Give feedback.
-
Following the pathway to install Talos, I have an issue where the cluster does seem to setup but the workers do not join, and the masters have these errors:
error refreshing pod status and the error is related to TLS (tls: internal error)
and also controller failed errors too
this is what I see in my terminal while setting it up
Beta Was this translation helpful? Give feedback.
All reactions