Hi, I have a cluster using an RKE template which s...
# general
g
Hi, I have a cluster using an RKE template which specifies the flannel interface for canal plugin which was working fine until the server hosting the nodes was rebooted and now the
FLANNEL_IFACE
env var is no longer set in the K8s containers on the control node and no containers are running on the worker node (I'm assuming because the the control node and worker node can't communicate since they are using the wrong interfaces). Rancher UI shows the error
kubelet stopped posting node status
. How can I remedy this?