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 {