Working with Ephemeral Clusters #5929
-
Hey team, This is a bit of an open ended question. I have a Teleport set up with multiple clusters. My first step was to write a naive script that would purge all the cluster states from DynamoDB.
Auth server logs for my main admin cluster:
Proxy (I see loads of errors for this)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
You can use
tctl rm rc/<cluster-name
from the root cluster to remove leaf cluster. Also would be great if we supported auto-expiring clusters in the future, but this feature is not here yet.