You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
At the moment groundctl only implements one state transition
KlusterPending
->KlusterCreating
which basically meanshelm 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 toKlusterError
after 30 minutes or something.The text was updated successfully, but these errors were encountered: