Kubernetes Submit Queue
61a5d23e0f
Merge pull request #36603 from fabianofranz/fix_lists_in_convert
...
Automatic merge from submit-queue
Fix handling lists in kubectl convert
Fixes https://github.com/kubernetes/kubernetes/issues/36722
When handling multiple objects in `kubectl convert` (for example in `kubectl convert -f .` with multiple files in current directory) the objects must be managed as a list instead of individually, otherwise `-o yaml|json` will generate invalid format (just multiple json/yaml objects concatenated) which can't be fed to `kubectl create` like in `kubectl convert -f . | kubectl create -f -`.
```release-note
NONE
```
2016-11-14 12:21:16 -08:00
..
2016-10-31 10:08:12 -04:00
2016-11-09 11:46:59 -08:00
2016-11-09 11:46:59 -08:00
2016-10-21 17:32:32 -07:00
2016-11-04 21:17:12 +01:00
2016-11-09 11:46:59 -08:00
2016-11-09 11:46:59 -08:00
2016-11-09 11:46:59 -08:00
2016-10-13 21:01:14 +08:00
2016-11-09 11:46:59 -08:00
2016-11-11 14:36:44 -08:00
2016-10-29 14:22:02 -07:00
2016-10-29 13:30:47 -07:00
2016-10-17 11:49:55 -02:00
2016-11-11 14:36:44 -08:00
2016-11-08 06:33:46 -08:00
2016-10-19 08:53:26 +10:00
2016-10-17 11:49:55 -02:00
2016-10-17 11:49:55 -02:00
2016-11-09 11:46:59 -08:00
2016-11-09 16:57:49 -08:00
2016-10-21 14:07:38 -07:00
2016-11-10 18:19:30 -02:00
2016-10-29 20:24:54 -07:00
2016-10-29 20:24:54 -07:00
2016-10-29 14:22:02 -07:00
2016-10-17 11:49:55 -02:00
2016-10-19 08:53:26 +10:00
2016-10-17 11:49:55 -02:00
2016-10-29 14:22:02 -07:00
2016-10-17 11:49:55 -02:00
2016-10-29 14:22:02 -07:00
2016-10-17 11:49:55 -02:00
2016-10-29 14:22:02 -07:00
2016-10-31 10:08:12 -04:00
2016-10-29 14:22:02 -07:00
2016-10-31 10:08:12 -04:00
2016-10-29 14:22:02 -07:00
2016-10-17 11:49:55 -02:00
2016-10-29 14:22:02 -07:00
2016-10-31 10:08:12 -04:00
2016-11-04 09:04:57 -04:00
2016-11-05 11:19:04 -07:00
2016-10-29 14:22:02 -07:00
2016-10-17 11:49:55 -02:00
2016-11-07 16:13:06 -08:00
2016-11-08 16:05:53 -08:00
2016-11-09 11:46:59 -08:00
2016-10-29 14:22:02 -07:00
2016-10-29 13:30:47 -07:00
2016-10-17 11:49:55 -02:00
2016-10-29 14:22:02 -07:00
2016-10-17 11:49:55 -02:00
2016-11-04 09:04:57 -04:00
2016-11-04 09:04:57 -04:00
2016-10-17 11:49:55 -02:00
2016-11-09 11:46:59 -08:00
2016-11-09 11:46:59 -08:00
2016-10-29 14:22:02 -07:00
2016-10-17 11:49:55 -02:00
2016-08-20 08:03:39 +08:00
2016-11-09 11:46:59 -08:00
2016-11-09 11:46:59 -08:00
2016-10-29 14:22:02 -07:00
2016-10-29 13:30:47 -07:00
2016-10-17 11:49:55 -02:00
2016-10-29 14:22:02 -07:00
2016-11-04 07:50:31 -04:00
2016-10-19 08:53:26 +10:00
2016-10-21 10:13:51 +02:00
2016-10-30 13:07:28 -07:00
2016-11-08 07:18:40 -08:00
2016-11-09 11:46:59 -08:00
2016-10-17 11:49:55 -02:00
2016-11-09 11:46:59 -08:00
2016-11-09 11:46:59 -08:00
2016-10-29 14:22:02 -07:00
2016-10-29 13:30:47 -07:00
2016-10-29 14:22:02 -07:00
2016-10-29 13:30:47 -07:00
2016-10-31 10:08:12 -04:00
2016-10-31 10:08:12 -04:00
2016-10-13 21:01:14 +08:00