Emerge kubelet, kubeadm, kubectl, all the same version. For some reason, Gentoo stablized kubelet and kubectl but not kubeadm.
I'm using Calico, so also emerge net-misc/calico-cni-plugin.
You will need something from your Stock ROM first. Get them all and Try to modify it using the procedure.
| #!/bin/bash | |
| # Debug | |
| set -o xtrace | |
| GUEST_IP=192.168.122.221 | |
| HOST_IP=192.168.122.1 | |
| # Wipe the current usbfluxd, usbmuxd, and socat: | |
| sudo killall usbfluxd |