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 #234

Closed Rahul-D78 closed 1 year ago

Rahul-D78 commented 1 year ago

Currently worker-operator is updating cluster CR LastUpdated field in every second. This PR will update cluster CR LastUpdated field after reconcile interval (after 2 min).

gourishkb commented 1 year ago

Can you please add the existing issue that you are trying to fix ? description is just telling the change

Rahul-D78 commented 1 year ago

Can you please add the existing issue that you are trying to fix ? description is just telling the change

Gourish please take a look now