How to start K3s server after running k3s-killall.sh script How to start K3s server after running k3s-killall.sh script kubernetes kubernetes

How to start K3s server after running k3s-killall.sh script


  1. I think you need to restart K3s via systemd if you want your cluster back after kill. Try command:
    sudo systemctl restart k3sThis is supported by the installation script for systemd and openrc. Refer rancher doc

  2. The pod-xxx id will remain same as k3s-killall.sh doesn't uninstall k3s (you can verify this, after k3s-killall script k3s -v will return output) and it only restart the pods with same image. The Restarts column will increase the count of all pods.