Di Xu
|
0af6faed09
|
kubectl: recreating resources for immutable fields when force is applied
|
2018-08-09 22:59:02 +08:00 |
Kubernetes Submit Queue
|
e322d1485d
|
Merge pull request #60316 from soltysh/create_job
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
Full blown kubectl create job
**What this PR does / why we need it**:
This is a followup to https://github.com/kubernetes/kubernetes/pull/60084 which adds full blown `create job` command
/assign @deads2k @juanvallejo
**Release note**:
```release-note
Add kubectl create job command
```
|
2018-08-01 13:04:18 -07:00 |
Maciej Szulik
|
4ced88b162
|
Full blown kubectl create job
|
2018-08-01 15:04:04 +02:00 |
juanvallejo
|
ad11a1b7a6
|
update exit code to 0 if patch not needed
|
2018-07-31 14:41:30 -04:00 |
Jordan Liggitt
|
84ceaf1943
|
ensure rs pod cleanup happens
|
2018-07-10 15:43:43 -04:00 |
Kubernetes Submit Queue
|
24ee75e265
|
Merge pull request #65880 from juanvallejo/jvallejo/fix-template-printer-rollout-cmds
Automatic merge from submit-queue (batch tested with PRs 64226, 65880). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
wire PrintFlags through rollout commands
Binds PrintFlags to rollout commands.
Adds tests ensuring --template printing is supported by rollout cmds.
Fixes https://github.com/kubernetes/kubernetes/issues/65778
**Release note**:
```release-note
NONE
```
cc @soltysh @deads2k
|
2018-07-09 12:16:06 -07:00 |
Benjamin Elder
|
2583c12268
|
delete copied comment
|
2018-07-06 16:26:56 -07:00 |
Benjamin Elder
|
0b43710604
|
switch to glob
|
2018-07-06 16:25:28 -07:00 |
Benjamin Elder
|
ca79547e92
|
fix visibility of testdata for //test/cmd:legacy-script
|
2018-07-06 16:08:20 -07:00 |
juanvallejo
|
2b0b605c80
|
wire PrintFlags through rollout commands
Binds PrintFlags to rollout commands.
Adds tests ensuring --template printing is supported by rollout cmds.
|
2018-07-06 17:32:42 -04:00 |
David Eads
|
aa8110044d
|
straight split of test-cmd
|
2018-07-05 11:38:26 -04:00 |
David Eads
|
a6f5dddc4f
|
move test-cmd guts to separate sig-cli maintained directory
|
2018-07-05 11:38:26 -04:00 |