late-needle-80860
07/01/2022, 6:26 PMjournalct -u k3s.service -f
shows:
Jul 01 20:25:25 test-test-master-0 systemd[1]: Failed to start Lightweight Kubernetes.
Jul 01 20:25:30 test-test-master-0 systemd[1]: k3s.service: Scheduled restart job, restart counter is at 151.
Jul 01 20:25:30 test-test-master-0 systemd[1]: Stopped Lightweight Kubernetes.
Jul 01 20:25:30 test-test-master-0 systemd[1]: Starting Lightweight Kubernetes...
Jul 01 20:25:30 test-test-master-0 sh[53137]: + /usr/bin/systemctl is-enabled --quiet nm-cloud-setup.service
Jul 01 20:25:30 test-test-master-0 sh[53138]: Failed to get unit file state for nm-cloud-setup.service: No such file or directory
Jul 01 20:25:30 test-test-master-0 k3s[53141]: time="2022-07-01T20:25:30+02:00" level=info msg="Starting k3s v1.23.7+k3s1 (ec61c667)"
Jul 01 20:25:30 test-test-master-0 k3s[53141]: time="2022-07-01T20:25:30+02:00" level=warning msg="Cluster CA certificate is not trusted by the host CA bundle, but the token does not include a CA hash. Use the full token from the server's node-token file to enable Cluster CA validation."
Jul 01 20:25:30 test-test-master-0 k3s[53141]: time="2022-07-01T20:25:30+02:00" level=info msg="Managed etcd cluster not yet initialized"
Jul 01 20:25:30 test-test-master-0 k3s[53141]: time="2022-07-01T20:25:30+02:00" level=warning msg="Cluster CA certificate is not trusted by the host CA bundle, but the token does not include a CA hash. Use the full token from the server's node-token file to enable Cluster CA validation."
Jul 01 20:25:30 test-test-master-0 k3s[53141]: time="2022-07-01T20:25:30+02:00" level=fatal msg="starting kubernetes: preparing server: failed to validate server configuration: critical configuration value mismatch"
Jul 01 20:25:30 test-test-master-0 systemd[1]: k3s.service: Main process exited, code=exited, status=1/FAILURE
Jul 01 20:25:30 test-test-master-0 systemd[1]: k3s.service: Failed with result 'exit-code'.
Jul 01 20:25:30 test-test-master-0 systemd[1]: Failed to start Lightweight Kubernetes.
/etc/systemd/system/k3s.service
they look exactly the same ….. can’t find the needle in the haystackcreamy-pencil-82913
07/01/2022, 6:33 PMlate-needle-80860
07/01/2022, 6:33 PMcreamy-pencil-82913
07/01/2022, 6:34 PMlate-needle-80860
07/01/2022, 6:34 PM--server
flag - no consequences of that - one should know of?creamy-pencil-82913
07/01/2022, 6:34 PMlate-needle-80860
07/01/2022, 6:35 PMcreamy-pencil-82913
07/01/2022, 6:36 PMlate-needle-80860
07/01/2022, 6:36 PMkeepalived
floating IP “cluster” across the control-plane
nodes--cluster-init
flag. When that is interchanged it is replaced with “one” with the same node name and the same IP.
However, it no longer has the --cluster-init
flag. Is this an issue?--cluster-init
flag/arg actually needs to be removed.creamy-pencil-82913
07/01/2022, 6:55 PMlate-needle-80860
07/01/2022, 7:05 PM