Trouble getting Talos set up in Proxmox on IPv6-only Network #9392
Replies: 4 comments 1 reply
-
The error about adding route is certainly duplicate routes coming in, as you have one set in the machine config, and another via the dashboard - you don't need two of them. The error about pulling is due to the fact that
|
Beta Was this translation helpful? Give feedback.
-
I get the duplicate route error before I apply any machine config (it
happens after I use the dashboard).
Maybe it’s from the RAs from my router after IPv6 is enabled in the dashboard?
I have nat64 and dns64 so there is no public IPv6 traffic. I actually don't
have a public IPv6 address.
Did I get a pull error?
I didn't see any error specifically, it just hangs.
Is the volume error a red herring?
Thanks!
|
Beta Was this translation helpful? Give feedback.
-
It's very possible the download fails/stalls, I was having some issues
earlier with my nat64 dropping packets.
Is there any timeout on the download, or would it just hang forever?
|
Beta Was this translation helpful? Give feedback.
-
Confirmed it was packet loss issues related to my nat64 gateway. I mostly got confused by all the other messages going on and didn't realize that the download was still being attempted. |
Beta Was this translation helpful? Give feedback.
-
I've spent quite a bit of time now trying to get a single Talos control plane node or worker installed correctly in Proxmox on my IPv6 only network.
v1.8.0
I figured out I can put DNS server, Gateway, and Static IP in the network config page on the installer ISO.
So I do that:
And then it seems like it's working, and I can ping it.
I go from seeing these errors:
To seeing this (looks good I think?):
But then I start seeing a new error
Not sure if it matters? I can connect to the VM over the network at this point.
If I try to apply the config then this happens:
Gives me some kind of
"no disks matched for volume"
error.I've checked multiple times and
/dev/sda
exists, and I've also tried usingdiskSelector: model: "QEMU HARDDISK"
instead and get the same error.It says it starts pulling the image and then nothing happens after that (last line in previous screenshot).
Also after the 1st apply I can no longer apply any config changes:
I start getting 2 network errors after the apply as well (compared to 1 before):
I assume the new one is because of my network config not specifying priority in the route:
Ultimately I'd like to do managed DHCPv6, but I've been trying to get static IPs working first just to test Talos out.
Beta Was this translation helpful? Give feedback.
All reactions