remove controller check (#2632)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user