Hallo liebe Community. ich brauche eure Hilfe mit k3s.
Hier mein Problem; I installed k3s following this howto : https://computingforgeeks.com/installing-k3s-on-ubuntu-noble-numbat/ I configured a couple of vm on my proxmox (1master and 5 nodes, which I configured like this: curl -sfL https://get.k3s.io | sudo K3S_URL=https://:6443 K3S_TOKEN=<K3S_TOKEN> sh -
(der proxmox läuft auf eigenem Blech alle VM haben Adressen aus 192.168… /24)
- I gave all nodes names according to the scheme: k3s-node-1 to k3s-node-7 and executed this command on each node: (either with sudo under opensuse or as root under debian) K3S_TOKEN=Kxxxxxxxxxxxxxxxx::server:2xxxxxxxxx But still k3s kubectl get nodes on the k3s.master only shows node 1 and 2: k3s kubectl get nodes NAME STATUS ROLES AGE VERSION localhost.localdomain NotReady control-plane,master 7d20h v1.29.5+k3s1 k3s-node-2 NotReady 23h v1.29.6+k3s1 k3s-node-1 NotReady 23h v1.29.5+k3s1 k3s-master Ready control-plane,master 44h v1.29.5+k3s1
What else do I have to do to fix it that it shows me all 7 nodes?
Dabei laufen die Nodes 1 und 2 nicht mal, doch alle 7 nodes sind erreichbar (ping, ssh) Was muss ich da wie ändern? Oder soll ich gleich besser auf k8s umsteigen? DANKE schonmal für eure Hilfe.
Uli