The PR changes a logic of understanding if the cluster is finishing its creation. The previous implementation uses for this the Creating event to skip the validation of the resource spec update to finish cluster creation. We decided to change this event to Syncing.
Also it provides some minor fixes for resource validation
The PR changes a logic of understanding if the cluster is finishing its creation. The previous implementation uses for this the
Creating
event to skip the validation of the resource spec update to finish cluster creation. We decided to change this event toSyncing
. Also it provides some minor fixes for resource validation