Trying to setup talos cluster on HPE server with failed results #9169
Replies: 11 comments 10 replies
-
this post is embarrassment, i pull out some vmware ssd drives but forgot to put into small blank ssd, so it was installed nowhere ;D. Will post later I hope with more greens. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
and it fails |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Probably you need to take a step back and try with a simplified configuration. I think you configured networking both via machine config and via dashboard. Don't mix everything together, and try to get the machine to boot and get network access to it in maintenance mode, then apply the config. |
Beta Was this translation helpful? Give feedback.
-
running with .82 and --insecure .82 was removed but instead of adding .130, as can be seen in above controlplane.yaml config it adds .83 via dhcp and IP is then not visible and it also mess with sda instead of sdc.... i'm lost :( |
Beta Was this translation helpful? Give feedback.
-
sth is cooking :) |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
node IP was in conflict with pod and service subnets. we are using same range for our internal IPs.
once i changed those pod and service subnets out of our range everything started getting together.
[cid:b30338b4-7b2d-492b-8a11-73854138aa9f]
[cid:f50c4aab-d3d2-44af-9179-b20557ac41fd]
machine section is really simple, no need to complicate here.
HPE really has eno1 and /dev/sdb but it figured it out and was happy with above for config start
Best regards, s prijaznimi pozdravi
Matjaž Antloga, Ortoscale d.o.o.
…________________________________
From: Miran ***@***.***>
Sent: Thursday, August 15, 2024 9:31 PM
To: siderolabs/talos ***@***.***>
Cc: Matjaž Antloga - Ortoscale ***@***.***>; State change ***@***.***>
Subject: Re: [siderolabs/talos] Trying to setup talos cluster on HPE server with failed results (Discussion #9169)
Hey, what changed? Can you share the machine section?
—
Reply to this email directly, view it on GitHub<#9169 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AR5G3FJ2JJQLME3ADM3HNL3ZRT6Z5AVCNFSM6AAAAABMOXIZRSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMZVGE4DKMY>.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I've tried, together with teammate Sergey to setup talos cluster in different ways
This last example , HPE server is maybe simplest and i will just paste my config here and I hope i will get some clue what we are doing wrong
so, i boot my HPE gen9 dl 390 and got Talos up in maintenance mode with this IP 10.99.100.72 (example)
then i run following
talosctl gen config TalosHPE https://10.99.100.190:6443
and got talosconfig controlplane.yaml and worker.yaml
i modified controlplane.yaml with following information
network:
interfaces:
- interface: eth0
dhcp: false
addresses:
- 10.99.100.191/24
routes:
- network: 0.0.0.0/0
gateway: 10.99.100.1
didn't change anything else
then i run
talosctl apply-config --insecure --nodes 10.99.100.72 --file controlplane.yaml
end result in pic, before that talos was restarted and I clearly saw partitions were made etc ...
Beta Was this translation helpful? Give feedback.
All reactions