instaclustr / operator

Instaclustr Kubernetes Operator
Apache License 2.0
2 stars 0 forks source link

Issue-654, Prohibiting cluster spec updating until they are running #672

Closed worryg0d closed 9 months ago

worryg0d commented 10 months ago

The PR adds validation to the update webhooks to prevent cluster spec updating until their state is running or there is no cluster operation.

Also, it cleans up the codebase and adds some minor fixes.

closes #654