Files
kubernetes/pkg/kubectl
Kubernetes Submit Queue 92ad24cc4d Merge pull request #68132 from soltysh/deprecate_run
Automatic merge from submit-queue (batch tested with PRs 63011, 68089, 67944, 68132). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md.

Start deprecating all generators in run except for run-pod/v1

**What this PR does / why we need it**:
This was discussed during SIG-CLI meetings over several past months. The direction is that we want to move away from `kubectl run` because it's over bloated and complicated for both users and developers. We want to mimic `docker run` with `kubectl run` so that it *only* creates a pod, and if you're interested in other resources `kubectl create` is the intended replacement. 

This PR starts with deprecating all of the generator except for the pod one.

/assign @juanvallejo 
/sig cli
/milestone v1.12

**Release note**:
```release-note
Deprecate kubectl run generators, except for run-pod/v1
```
2018-09-04 10:24:47 -07:00
..
2018-06-22 16:22:57 -07:00
2018-06-22 16:22:57 -07:00
2018-06-22 16:22:57 -07:00
2018-07-17 20:47:14 +10:00
2018-08-11 14:57:45 +02:00
2018-06-22 16:22:57 -07:00
2018-09-03 15:34:50 +02:00
2018-08-22 00:40:54 +03:00
2018-07-27 20:52:00 +08:00
2018-06-11 13:04:32 -07:00
2018-06-12 11:23:16 +02:00
2018-05-17 17:20:54 -04:00
2018-08-30 16:09:05 -04:00