abundant-smartphone-9806
04/25/2025, 1:35 PM--helm-job-image=rancher/klipper-helm:v0.9.2-build20240828
I run
rke2 server \
--debug \
--selinux
but canal and coredns does not start https://paste.opensuse.org/pastes/c20ad01078ed
also i get some errors: https://paste.opensuse.org/pastes/bc1f72e68bb4mysterious-animal-29850
04/25/2025, 2:28 PMabundant-smartphone-9806
04/25/2025, 2:36 PM/usr/bin/rke2-uninstall.sh
rpm -qa | egrep -i rke\|container
container-selinux-2.232.1-1.el9.noarch
rke2-selinux-0.18-1.el9.noarch
rke2-common-1.31.7~rke2r1-0.el9.x86_64
rke2-server-1.31.7~rke2r1-0.el9.x86_64
i getr no output from /var/lib/rancher/rke2/data/v1.31.7-rke2r1-7f85e977b85d/bin/kubectl logs helm-install-rke2-canal-kkchn -n kube-system
mysterious-animal-29850
04/25/2025, 3:24 PMbumpy-tomato-36167
04/25/2025, 3:45 PMabundant-smartphone-9806
04/25/2025, 4:06 PM/var/lib/rancher/rke2/data/v1.31.7-rke2r1-7f85e977b85d/bin/kubectl describe pod helm-install-rke2-canal-kkchn -n kube-system | less
https://paste.opensuse.org/pastes/7993f884d1daabundant-smartphone-9806
04/25/2025, 4:18 PM# nmcli connection modify <Connection Name> ipv6.addresses "" ipv6.gateway ""
# nmcli connection modify <Connection Name> ipv6.method "disabled"
sed -i 's/^[[:space:]]*::/#::/' /etc/hosts
cat /etc/sysctl.d/ipv6.conf
# Disable IPv6 for all interfaces
net.ipv6.conf.all.disable_ipv6 = 1
# Disable IPv6 for each network interface
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.<interface>.disable_ipv6 = 1
mysterious-animal-29850
04/25/2025, 5:08 PMLast State: Terminated
Reason: StartError
Message: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "entry": executable file not found in $PATH
Exit Code: 128
mysterious-animal-29850
04/25/2025, 5:09 PMabundant-smartphone-9806
04/25/2025, 5:12 PMabundant-smartphone-9806
04/28/2025, 9:17 AMmysterious-animal-29850
04/28/2025, 2:00 PMrm -rvf /etc/rancher /var/lib/rancher
. Just make sure you want to full remove the previous install attempt back to scratch. Deleting these folders will remove join secrets and other essential data from the node.