https://rancher.com/ logo
Title
s

stale-fish-49559

08/10/2022, 7:22 PM
hi, i am limited to a sysvinit system. I want to run k3s single node then multinode. Can anyone provide info to quickly get started? I am looking at https://rancher.com/docs/k3s/latest/en/installation/install-options/#configuration-file to get started but i cannot see where the kubeconfig is being written. Any help would be appreciated.
nvm
however, i am gettin
E0810 20:25:30.840563   21407 network_policy_controller.go:276] Aborting sync. Failed to run iptables-restore: failed to call iptables-restore: exit status 1 (iptables-restore: line 96 failed
)
any ideas?
W0810 20:46:56.253009 26641 probe.go:268] Flexvolume plugin directory at /usr/libexec/kubernetes/kubelet-plugins/volume/exec/ does not exist. Recreating. E0810 20:46:56.253076 26641 plugins.go:613] “Error initializing dynamic plugin prober” err=“error (re-)creating driver directory: mkdir /usr/libexec/kubernetes: read-only file system” I0810 20:46:56.253533 26641 server.go:1244] “Started kubelet”
k

kind-nightfall-56861

08/15/2022, 8:08 PM
Perhaps a dumb answer, but if you haven't figured it out yet... have you tried setting legacy iptables? My script for RPI's uses:
sudo apt install iptables

sudo iptables -F |
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy |
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy |
sudo reboot