K3s: failed to get CA certs at https://server_add:6443/cacerts - When trying to add new k3s worker node

Created on 16 May 2019  路  3Comments  路  Source: k3s-io/k3s

ERRO[2019-05-16T02:18:54.984314601Z] failed to get CA certs at https://192.168.155.4:6443/cacerts: Get https://192.168.155.4:6443/cacerts: dial tcp 192.168.155.4:6443: connect: connection timed out

All 3 comments

Closing as a resolved network configuration issue, from Rancher user slack:

It's working now. I was able to Join K3s ... I had deployed in OpenSTACK - Ubuntu Instance, I was trying to add through Public IP / hostname as server address. That was not working... Once I spin up instace on same private_subnet as master & use private IP as server address ... It's worked ...

Is there an official recommendation on how to deal with this issue?

I've had a similar problem when trying to set up a high availability control plane.

What I did wrong: I've used the --server and the --token parameter. (They are not needed at all for the masters connected via an external backing database like etcd.)

How I was able to solve my specific problem: Use the --bind-address parameter.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

e-nikolov picture e-nikolov  路  3Comments

pierreozoux picture pierreozoux  路  4Comments

ashrafgt picture ashrafgt  路  3Comments

dduportal picture dduportal  路  4Comments

weber-software picture weber-software  路  3Comments