Hi all, I've experienced an unexpected restart fr...
# rke2
k
Hi all, I've experienced an unexpected restart from rke2-server. Journalctl only states the following
Copy code
Nov 04 06:10:30 az2-cp-b2lf5-fn4nl rke2[464417]: time="2025-11-04T06:10:30Z" level=info msg="Reusing cached S3 client for endpoint=\"<https://storage.googleapis.com>\" bucket=\"xxx\" folder=\"yyy\""
Nov 04 06:10:31 az2-cp-b2lf5-fn4nl rke2[464417]: time="2025-11-04T06:10:31Z" level=info msg="Reconciliation of ETCDSnapshotFile resources complete"
Nov 04 06:12:51 az2-cp-b2lf5-fn4nl rke2[464417]: time="2025-11-04T06:12:51Z" level=warning msg="signal received: \"terminated\", canceling context..."
Nov 04 06:12:51 az2-cp-b2lf5-fn4nl systemd[1]: Stopping rke2-server.service - Rancher Kubernetes Engine v2 (server)...
Any idea what could cause this restart or how to troubleshoot it?
c
this isn’t unexpected. systemd stopped the service. says so right there.
you’ll need to find out who or what stopped the service.
if the node is managed by rancher, check the rancher-system-agent logs to see if perhaps it restarted rke2 to apply a configuration change
k
That's indeed the cause. Thanks for pointing me out.