Issue with teleport-cluster-proxy #45720
-
I have Teleport installed on EKS. The cluster-auth works fine, I can ssh into pods, audit logs and record sessions. But there something wrong with cluster-proxy, it is giving the logs below which is preventing me from joining RDS access to my cluster (I have tried both kubernetes and iam join method) Teleport configuration is here and its generated deployment yaml is here
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
This doesn't look like an issue with hosts joining to me, it looks like a user is trying to connect to the cluster and their connection isn't finishing cleanly. Do you recognise the 104.202.x.x IP?
|
Beta Was this translation helpful? Give feedback.
-
yes, I'm using the
Logs from the kube-agent
|
Beta Was this translation helpful? Give feedback.
-
It looks like this agent was previously joined to a different cluster. You should delete the (this is the equivalent of removing the |
Beta Was this translation helpful? Give feedback.
It looks like this agent was previously joined to a different cluster. You should delete the
<release-name>-0-state
secret in theteleport-kube-agent
chart's namespace and restart the pod.(this is the equivalent of removing the
/var/lib/teleport/proc
directory on a Linux server-based agent)