Replies: 1 comment 8 replies
|
This is set here: https://github.com/kairos-io/provider-kairos/blob/18a22574128286b929008b556fbebbbe81f466ce/internal/role/p2p/master.go#L81 So maybe we got a bug.... |
8 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.
K3S Fails to start
I've been battling this issue for the past couple of days. You can the constructed command has the
node-ipempty.Logs on cluster leader:
sudo systemctl status k3s.service ● k3s.service - Lightweight Kubernetes Loaded: loaded (/etc/systemd/system/k3s.service; enabled; preset: enabled) Drop-In: /etc/systemd/system/k3s.service.d └─override.conf Active: activating (auto-restart) (Result: exit-code) since Tue 2023-10-10 22:39:56 UTC; 2s ago Docs: https://k3s.io Process: 4023 ExecStartPre=/bin/sh -xc ! /usr/bin/systemctl is-enabled --quiet nm-cloud-setup.service (code=exited,> Process: 4025 ExecStartPre=/sbin/modprobe br_netfilter (code=exited, status=0/SUCCESS) Process: 4027 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS) Process: 4029 ExecStart=/usr/bin/k3s server --tls-san=172.16.16.99 --node-ip= --disable=traefik,servicelb,local-sto> Main PID: 4029 (code=exited, status=1/FAILURE) CPU: 162msLogs for other nodes:
sudo journalctl -f -u kairos-agentAs for the nodes, they get provisioned by a custom kairos iso on vSphere.
config.yaml -
Relevant images:



Node1:
Node2:
Node3:
Any help would be greatly appreciated!
All reactions