From 9c4fc4a30606b2422768ab4e9e45f38abd9f0f00 Mon Sep 17 00:00:00 2001 From: neha_gupta Date: Tue, 22 Nov 2022 13:10:50 +0530 Subject: [PATCH] remove controller check (#2632) --- pkg/healthcheck/healthcheck.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkg/healthcheck/healthcheck.go b/pkg/healthcheck/healthcheck.go index 231bd3ca..804d7907 100644 --- a/pkg/healthcheck/healthcheck.go +++ b/pkg/healthcheck/healthcheck.go @@ -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 {