-
I'm trying to set up a multi node cluster, so far just one server, one agent. Air-gap in quotations because for development I'm still connected to the internet fully, but I am installing k3s the airgap I launched the k3s server: INSTALL_K3S_BIN_DIR=/usr/bin \
INSTALL_K3S_SKIP_DOWNLOAD=true \
INSTALL_K3S_EXEC="--write-kubeconfig-mode 644 --kubelet-arg=eviction-hard=nodefs.available<3%" \
INSTALL_K3S_SKIP_SELINUX_RPM=true \
INSTALL_K3S_SELINUX_WARN=true \
./k3s_install.sh Imported my airgap images on the server Moved my CA certs to the worker node / updated CA. Then launched my k3s agent: sudo k3s agent -t foo::server:bar -s https://<ip>:6443 and if I try to get logs I get:
Any help is appreciated! Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
What do you see in the k3s service logs on the server node? |
Beta Was this translation helpful? Give feedback.
Yeah, I think that's it, given the messages in the log about changing the server address from one IP to another - I'm assuming the server is reachable at the 10.94 address but not the 10.0 address that it is advertising by default?