Kubernetes Submit Queue
199465c3a5
Merge pull request #43663 from shiywang/quato
...
Automatic merge from submit-queue (batch tested with PRs 38990, 45781, 46225, 44899, 43663)
Fix command exec -- COMMAND can not contain spaces
Fixes https://github.com/kubernetes/kubernetes/issues/7688
the problem is when you execute command:
`cluster/kubectl.sh exec -p client-blue-8yw37 -c client -i -t -- 'ls -t /usr'`
the args is
[`client-blue-8yw37` , `ls -t /usr`]
**instead of**
[`client-blue-8yw37`, `ls`, `-t`, `/usr`]
@kubernetes/sig-cli-pr-reviews, so I add a warning, wdyt ?
cc @ymqytw @adohe @fabianofranz
2017-05-22 19:07:12 -07:00
..
2017-05-22 19:07:12 -07:00
2017-05-15 19:34:52 -07:00
2017-05-19 19:17:43 -03:00
2017-05-18 00:37:08 -07:00
2017-05-15 12:50:56 -07:00
2017-05-16 21:55:23 -07:00
2017-02-07 22:25:28 -05:00
2017-05-16 21:55:51 -07:00
2017-01-17 16:17:19 -05:00
2017-01-17 16:17:19 -05:00
2017-05-08 15:52:44 +08:00
2017-03-08 07:58:01 -08:00
2017-04-24 21:26:32 +08:00
2017-03-10 12:08:01 +01:00
2017-03-10 12:08:01 +01:00
2017-03-08 07:58:01 -08:00
2017-05-05 13:57:01 -07:00
2017-01-11 09:09:48 -05:00
2017-04-07 14:09:23 +08:00
2017-01-20 08:04:53 -05:00
2017-03-01 14:40:56 +08:00
2017-01-17 16:17:19 -05:00
2017-01-11 09:09:48 -05:00
2017-01-25 17:32:22 -08:00
2017-01-30 12:46:59 -05:00
2017-04-29 21:10:52 -05:00
2017-04-29 21:10:52 -05:00
2017-01-17 16:17:19 -05:00
2017-01-11 09:09:48 -05:00
2017-02-23 00:28:32 -05:00
2017-03-29 16:36:22 +08:00
2017-05-08 15:52:44 +08:00
2017-04-07 14:09:23 +08:00
2017-05-05 23:41:33 -07:00
2017-04-17 11:38:11 -07:00
2017-04-22 17:18:09 +02:00
2017-04-22 17:18:09 +02:00
2017-04-26 11:53:33 +08:00
2017-04-26 11:53:33 +08:00
2017-01-26 13:54:40 -05:00
2017-03-01 15:14:41 +01:00
2017-02-27 17:13:08 -05:00
2017-02-27 17:13:08 -05:00
2017-01-24 08:59:18 -05:00
2017-01-11 09:09:48 -05:00
2017-03-08 07:58:01 -08:00
2017-04-25 10:47:50 +08:00
2017-01-30 12:46:59 -05:00
2017-01-30 12:46:59 -05:00
2017-02-07 11:33:41 -08:00
2017-02-07 11:33:41 -08:00
2017-01-17 16:17:19 -05:00
2017-01-11 09:09:48 -05:00
2017-04-11 08:44:16 -04:00
2017-02-28 07:50:44 +01:00
2017-04-07 14:09:23 +08:00
2017-04-07 14:09:23 +08:00
2016-12-14 12:39:49 -08:00