radanalyticsio / kubespark-operator

Apache License 2.0
1 stars 1 forks source link

Bug: Handle when operator goes offline and redeploys #4

Open zak-hassan opened 6 years ago

zak-hassan commented 6 years ago

Currently the CRD will deploy a new cluster but when it gets destroyed then it will try to recreate the same CRD again.

zak-hassan commented 6 years ago

Must add some checks to be aware of when the cluster is coming online to check if there is already a cluster deployed.