diff --git a/cli/cmd/run.go b/cli/cmd/run.go index fed42b9a7c..dcd761b99a 100644 --- a/cli/cmd/run.go +++ b/cli/cmd/run.go @@ -163,6 +163,7 @@ func executeRun(config *rest.Config, namespace, name string, args []string) erro t := term.TTY{ In: os.Stdin, Out: os.Stdout, + Raw: true, } fn := func() error {