We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a48eb9 commit 54943e9Copy full SHA for 54943e9
pkg/app/master/command/debug/cli.go
@@ -239,6 +239,8 @@ var CLI = &cli.Command{
239
xc.Exit(-1)
240
}
241
242
+ // NOTE -> this approach results in the default of `auto` erroring out
243
+ // even if the user's system has a `k8s` runtime available`
244
if commandParams.ActionListPods &&
245
commandParams.Runtime != crt.KubernetesRuntime {
246
xc.Out.Error("param", "unsupported runtime flag")
0 commit comments