Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect when kluster is ready #9

Closed
databus23 opened this issue Jul 21, 2017 · 1 comment
Closed

Detect when kluster is ready #9

databus23 opened this issue Jul 21, 2017 · 1 comment

Comments

@databus23
Copy link
Member

At the moment groundctl only implements one state transition

KlusterPending -> KlusterCreating which basically means helm install has returned.

We need to monitor the deployed kluster components and determine when the cluster is ready and flip the state to KlusterReady. We also should have a timeout and flip the state to KlusterError after 30 minutes or something.

@databus23
Copy link
Member Author

This is fixed by 8313fc1.

The timeout was not implemented the Cluster will stay stuck in Creating for now.

SchwarzM pushed a commit that referenced this issue Aug 16, 2019
Adds Support for Specifying AvailailityZones for Node Pools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant