Skip to content

how to recreate cluster? #120

Answered by TomAugspurger
erthward asked this question in Q&A
Discussion options

You must be logged in to vote

cluster.close() should be releasing the resources, so I think you're doing things correctly. You can check gateway.list_cluster() to see if you have any other clusters. It's possible that there's some delay between calling cluster.close() and the resources actually being freed by Kubernetes (and you don't have access to the Kubernetes API, so you don't have any direct visibility into when the resources are freed).

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@erthward
Comment options

Answer selected by erthward
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants