diff --git a/pkg/kubectl/cmd/attach.go b/pkg/kubectl/cmd/attach.go index 3294e7c1cc5..38e2da521bb 100644 --- a/pkg/kubectl/cmd/attach.go +++ b/pkg/kubectl/cmd/attach.go @@ -182,6 +182,7 @@ func (p *AttachOptions) Run() error { if err != nil { glog.Fatal(err) } + fmt.Fprintln(p.Out, "\nHit enter for command prompt") // this handles a clean exit, where the command finished defer term.RestoreTerminal(inFd, oldState)