From ba6b0cc775dab4c8b892315bb27a16b905573395 Mon Sep 17 00:00:00 2001 From: Raphael 'kena' Poss Date: Wed, 30 Sep 2020 11:45:30 +0200 Subject: [PATCH] cli/flags: remove `doctor` from the list of timeout-supporting commands This was unintentionally added - doctor is not meant to support configurable timeouts (just yet). Release note: None --- pkg/cli/flags.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cli/flags.go b/pkg/cli/flags.go index 47bb2666089f..a5af1be6ccbc 100644 --- a/pkg/cli/flags.go +++ b/pkg/cli/flags.go @@ -582,7 +582,6 @@ func init() { statusNodeCmd, lsNodesCmd, debugZipCmd, - doctorClusterCmd, // If you add something here, make sure the actual implementation // of the command uses `cmdTimeoutContext(.)` or it will ignore // the timeout.