Hi guys,
I am in the process of deploying teleport (auth & proxy) to an OpenShift cluster. The auth component is running happily and I am also able to join a node to the cluster. However, when I do a tctl nodes ls
I cannot see the node:
INFO [AUTH] Node "aott006-mst-01" [11324dc1-d9a1-4f3c-bb70-8ecd50d188d4] is trying to join with role: Node. auth/auth.go:1093
INFO [CA] Generating TLS certificate {0x35076a0 0xc001050e00 CN=11324dc1-d9a1-4f3c-bb70-8ecd50d188d4.teleport-poc,O=Node 2029-07-21 15:55:09.775312835 +0000 UTC [aott006-mst-01]}. common_name:11324dc1-d9a1-4f3c-bb70-8ecd50d188d4.teleport-poc dns_names:[aott006-mst-01] locality:[] not_after:2029-07-21 15:55:09.775312835 +0000 UTC org:[Node] org_unit:[] tlsca/ca.go:176
INFO [AUTH] Node "aott006-mst-01" [11324dc1-d9a1-4f3c-bb70-8ecd50d188d4] has joined the cluster. auth/auth.go:1126
But no nodes are showing up:
# tctl nodes ls
Nodename UUID Address Labels
-------- ---- ------- ------
My assumption is the proxy is botched, as it is constantly logging:
WARN [NODE:BEAT] Heartbeat failed all SubConns are in TransientFailure, latest connection error: <nil>. logrus/entry.go:188
WARN [NODE:2:CA] Re-init the cache on error: all SubConns are in TransientFailure, latest connection error: <nil>. logrus/entry.go:188
WARN [PROXY:2] Re-init the watcher on error: all SubConns are in TransientFailure, latest connection error: <nil>. services/proxywatcher.go:180
WARN [PROXY:2:C] Re-init the cache on error: all SubConns are in TransientFailure, latest connection error: <nil>. logrus/entry.go:188
WARN [REVERSE:T] Re-init the cache on error: all SubConns are in TransientFailure, latest connection error: <nil>. logrus/entry.go:188
WARN [NODE:BEAT] Heartbeat failed all SubConns are in TransientFailure, latest connection error: <nil>. logrus/entry.go:188
WARN [PROC:2] Sync rotation state cycle failed: all SubConns are in TransientFailure, latest connection error: <nil>, going to retry after 10s. logrus/entry.go:188
Edit: I can enter the web ui and login with my created user. There is also no nodes shown.
Here is a gist of both configurations I am using. Turning Debug level on does not help.
I hope someone can direct me to the mistake I am making
Best