remove controller check (#2632)

This commit is contained in:
neha_gupta
2022-11-22 13:10:50 +05:30
committed by GitHub
parent 68286fe44e
commit 9c4fc4a306
-6
View File
@@ -152,12 +152,6 @@ func (hc *HealthChecker) allCategories() []*Category {
NewCategory(
FissionServices,
[]Checker{
{
successMsg: "controller is running fine",
check: func(ctx context.Context, input cli.Input, client cmd.Client) error {
return hc.CheckServiceStatus(ctx, hc.fissionNamespace, "controller")
},
},
{
successMsg: "executor is running fine",
check: func(ctx context.Context, input cli.Input, client cmd.Client) error {