This message was deleted.
# general
a
This message was deleted.
c
The admin kubeconfig always points at localhost. This is normal.
Did you remember to pass the token as well when joining the second node? Are the correct ports open?
c
The open ports are: 22, 80, 443, 6443 And yeah, the token is passed with
K3S_TOKEN
(sorry for missing that above)
The only other env var is
INSTALL_K3S_VERSION: "v1.29.15+k3s1"
c
That is not the correct set of ports. Please read the docs.
c
Ah yeah, I was looking for this page
I stumbled across it a couple of years ago but forgot where it was
Thanks
I'll give that a shot now
That moved things forward. I've run into this though
Copy code
level=fatal msg="starting kubernetes: preparing server: failed to bootstrap cluster data: Get \"<https://192.168.88.212:6443/v1-k3s/server-bootstrap>\": tls: failed to verify certificate: x509: certificate signed by unknown authority"
If I recall there's a config param to skip certificate validation, right?
Weird I recreated the cluster and the second server node successfully registered this time
I guess I must've done something slightly different last time