kubeslice / worker-operator

Kubeslice Worker Operator Opensource Repository: The KubeSlice Worker Operator is a Kubernetes operator that manages the lifecycle of KubeSlice worker clusters.
Apache License 2.0
59 stars 19 forks source link

fix retry conflicts on health check update #203

Closed kmjayadeep closed 1 year ago

kmjayadeep commented 1 year ago

In cluster reconciler, we were not requeueing after updating the CR, which caused conflicts when updating health check. This is not really a big issue, since health check is updated in the next iteration correctly. However a fix is added to avoid unnecessary warnings in the logs

kmjayadeep commented 1 year ago

don't merge yet. testing in progress