stale-painting-80203
10/12/2022, 5:30 PMcreamy-pencil-82913
10/12/2022, 5:57 PMsparse-fireman-14239
10/13/2022, 11:29 AMable-engineer-22050
10/13/2022, 12:11 PMstale-painting-80203
10/17/2022, 11:38 PMcreamy-pencil-82913
10/17/2022, 11:43 PMmountpoint -q /usr/local
on your node?able-engineer-22050
10/19/2022, 6:43 AMcreamy-pencil-82913
10/19/2022, 4:20 PMstale-painting-80203
10/26/2022, 11:19 PMsystemctl status rke2-server
○ rke2-server.service - Rancher Kubernetes Engine v2 (server)
Loaded: loaded (/usr/local/lib/systemd/system/rke2-server.service; enabled; vendor preset: disabled)
Active: inactive (dead)
Docs: <https://github.com/rancher/rke2#readme>
systemctl status rke2-agent
○ rke2-agent.service - Rancher Kubernetes Engine v2 (agent)
Loaded: loaded (/usr/local/lib/systemd/system/rke2-agent.service; disabled; vendor preset: disabled)
Active: inactive (dead)
Docs: <https://github.com/rancher/rke2#readme>
Tried to start the server:
systemctl status rke2-server
○ rke2-server.service - Rancher Kubernetes Engine v2 (server)
Loaded: loaded (/usr/local/lib/systemd/system/rke2-server.service; enabled; vendor preset: disabled)
Active: inactive (dead) (Result: exit-code) since Wed 2022-10-26 16:02:22 PDT; 3min 13s ago
Docs: <https://github.com/rancher/rke2#readme>
Process: 4003 ExecStartPre=/bin/sh -xc ! /usr/bin/systemctl is-enabled --quiet nm-cloud-setup.service (code=exited, status=0/SUCCESS)
Process: 4005 ExecStartPre=/sbin/modprobe br_netfilter (code=exited, status=0/SUCCESS)
Process: 4006 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)
Process: 4007 ExecStart=/usr/local/bin/rke2 server (code=exited, status=1/FAILURE)
Process: 4017 ExecStopPost=/bin/sh -c systemd-cgls /system.slice/rke2-server.service | grep -Eo '[0-9]+ (containerd|kubelet)' | awk '{print $1}' | xargs -r kil>
Main PID: 4007 (code=exited, status=1/FAILURE)
Cluster was created using:
curl -fL <https://my-rancher-url/system-agent-install.sh> | sudo sh -s - --server <https://my-rancher-url> --label '<http://cattle.io/os=linux|cattle.io/os=linux>' --token rvqf4kngw4pk9gpnbr2d5dfcvgdb7lnn8j84jrk4h88rz555k8gl75 --etcd --controlplane --worker
able-engineer-22050
11/22/2022, 8:00 AMcreamy-pencil-82913
11/22/2022, 8:20 AM$INSTALL_RKE2_TAR_PREFIX
to something other than the default of /usr/local
, the installer will move the systemd units to /etc/systemd/system/
. This should automatically be done on any system where /usr/local is read-only or a mount point (such as on systems where it is a btrfs subvolume that is mounted too late for systemd to find things).able-engineer-22050
11/22/2022, 9:38 AMcreamy-pencil-82913
11/22/2022, 4:59 PM