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(): fixed slicegw health status for single cluster (#207) #211

Closed gourishkb closed 1 year ago

gourishkb commented 1 year ago

Reference PR https://github.com/kubeslice/worker-operator/pull/207 allure report https://kubeslice.github.io/e2e-allure-reports/Kind-worker-operator-2023-04-01T16:48:11-release-guwahati-394/index.html


gourishkb commented 1 year ago

  [FAIL] Hub ClusterController Cluster health check [It] Should update cluster CR with compoent status as error for all
  /workspace/tests/hub/cluster_controller_test.go:327
  [FAIL] Hub ClusterController Cluster health check [It] Should update cluster CR with component status as normal when pods running``` 
these cases are related to cluster health events present in master. 
kmjayadeep commented 1 year ago

@gourishkb cluster health check tests were passing in https://github.com/kubeslice/worker-operator/pull/204. The failures maybe be due to recent changes. Also @richiesebastian Is there any change in github actions file? I don't see ITs here in this PR

gourishkb commented 1 year ago

closing this PR for https://github.com/kubeslice/worker-operator/pull/213