Files
kubernetes/pkg/kubectl
k8s-merge-robot ebe4ce160e Merge pull request #24366 from janetkuo/kubectl-run-session-hint
Automatic merge from submit-queue

Fix session ended hint for kubectl run

Fixes #23602

Before:
```console
$ kubectl run -i --tty busybox --image=busybox 
Waiting for pod default/busybox-3797442026-mt8zk to be running, status is Pending, pod ready: false
Hit enter for command prompt
/ # 
/ # exit
Session ended, resume using ' busybox-3797442026-mt8zk -c busybox -i -t' command when the pod is running
                             ↑
                      (incomplete command)
```

After:
```console
Session ended, resume using 'kubectl attach busybox-3797442026-mt8zk -c busybox -i -t' command when the pod is running
```

@kubernetes/kubectl
2016-04-20 00:30:23 -07:00
..
2016-02-13 09:15:39 -05:00
2016-02-18 21:24:21 -05:00
2016-02-18 21:24:21 -05:00
2016-02-18 21:24:21 -05:00
2016-03-02 20:46:32 -05:00
2016-02-25 09:28:07 -08:00
2016-03-10 19:56:57 +01:00
2016-02-19 09:48:03 -08:00
2016-02-18 21:24:21 -05:00
2015-11-16 10:57:52 -08:00
2015-08-05 17:30:03 -07:00
2015-08-05 17:30:03 -07:00