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(): update cluster health after ReconcileInterval #229

Closed Rahul-D78 closed 1 year ago

Rahul-D78 commented 1 year ago

update cluster CR LastUpdated field after reconcile interval.

Rahul-D78 commented 1 year ago

@Rahul-D78 are we updating the cluster health continously without periodic update?

@rajendra-avesha we missed to pull this fix from release-guhwati branch. Without this fix there is a race condition. currently we are updating cluster CR LastUpdated field after 2 min.