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
60 stars 19 forks source link

fix(AM-6407): expose pod count in each reconciliation loop #171

Closed YachikaRalhan closed 1 year ago

YachikaRalhan commented 1 year ago

Issue- Whenever the operator restarts the app pod count in exposed metrics is becoming zero. To avoid that situation we expose metric in each reconciliation loop. Signed-off-by: YachikaRalhan yachika.ralhan@aveshasystems.com