Victor Marmol
|
75c9228ea2
|
Merge pull request #8249 from kargakis/stop-fix
stop: Check for error when resizing rcs
|
2015-05-14 12:56:14 -07:00 |
|
kargakis
|
1c5309cc16
|
stop: Check for error when resizing rcs
|
2015-05-14 16:49:43 +02:00 |
|
Clayton Coleman
|
aec4196741
|
Merge pull request #8173 from brendandburns/kubectl
Fix a bug where IgnoreErrors was inverted.
|
2015-05-14 10:18:12 -04:00 |
|
markturansky
|
0191574f7e
|
Bi-directional bind between pv.Spec.ClaimRef and pvc.Spec.VolumeName
|
2015-05-13 14:05:21 -04:00 |
|
Brendan Burns
|
ea3852ec69
|
Fix a bug where IgnoreErrors was inverted.
Also make an error message a little more verbose.
|
2015-05-13 16:26:01 +01:00 |
|
Nikhil Jindal
|
c2fecff3d5
|
Merge pull request #8067 from piosz/kubectl
Added label kubernetes.io/name to cluster services
|
2015-05-12 17:09:22 -07:00 |
|
Nikhil Jindal
|
d75bd8bf2a
|
Merge pull request #7101 from liggitt/service_account
ServiceAccounts
|
2015-05-12 10:23:41 -07:00 |
|
Derek Carr
|
c1158fa696
|
Merge pull request #7969 from smarterclayton/rest_fixes
Fixes to apiserver for subresources and naming
|
2015-05-12 10:57:34 -04:00 |
|
Derek Carr
|
a11819e4a6
|
Merge pull request #8057 from kargakis/rework-resize
resize: Use Resize method
|
2015-05-12 10:17:31 -04:00 |
|
Piotr Szczesniak
|
962f10ee58
|
Merge pull request #7771 from piosz/load_generator
Implemented first version of load test
|
2015-05-12 09:24:19 +02:00 |
|
Victor Marmol
|
43029345f9
|
Merge pull request #7973 from dchen1107/podstatus
Add kubectl log --previous support to view last terminated container log
|
2015-05-11 17:08:45 -07:00 |
|
Jeff Lowdermilk
|
ac87ed6516
|
Merge pull request #8064 from deads2k/death-to-auth-path
eliminate auth-path
|
2015-05-11 15:41:41 -07:00 |
|
Jordan Liggitt
|
53d55f4192
|
Add ServiceAccount API type, client
|
2015-05-11 17:18:05 -04:00 |
|
Jordan Liggitt
|
6e1e7dbb24
|
Add ServiceAccountToken SecretType
|
2015-05-11 17:18:05 -04:00 |
|
Clayton Coleman
|
964bc8afda
|
Verify namespace is not set on root objects
|
2015-05-11 15:51:04 -04:00 |
|
kargakis
|
69a96f3ea1
|
resize: Use Resize method
|
2015-05-11 21:12:49 +02:00 |
|
Piotr Szczesniak
|
12e44ff8a9
|
Added label kubernetes.io/name to cluster services
The label specifies service name which is displayed in kubectl cluster-info
|
2015-05-11 19:35:53 +02:00 |
|
Nikhil Jindal
|
2cc8696425
|
Merge pull request #7919 from brendandburns/kubectl
Fix validation by moving it into the resource builder.
|
2015-05-11 10:20:14 -07:00 |
|
Dawn Chen
|
ecaf0874b2
|
Introduce --previous option to kubectl log
|
2015-05-11 10:14:22 -07:00 |
|
Nikhil Jindal
|
9c0fdc7afd
|
Merge pull request #8039 from nak3/delete-status
Delete status from displayable resources
|
2015-05-11 10:11:42 -07:00 |
|
Eric Paris
|
630aed6db1
|
Merge pull request #8016 from nak3/delete-empty-first-column-lines
Use template to get first column in __kubectl_parse_get()
|
2015-05-11 10:01:13 -05:00 |
|
Piotr Szczesniak
|
aa116e2033
|
Implemented first version of load test
As for now it creates a bunch of Replication Controllers and play with them
Partially addresses #3139
|
2015-05-11 16:40:59 +02:00 |
|
deads2k
|
19784dbc4f
|
remove auth-path from kubeconfig
|
2015-05-11 10:40:23 -04:00 |
|
Clayton Coleman
|
2e3c40b5c2
|
Merge pull request #7774 from kargakis/load-object-for-more-safety
expose: Load input object for increased safety
|
2015-05-11 10:16:20 -04:00 |
|
Kenjiro Nakayama
|
c13f457885
|
Use template to get first column in __kubectl_parse_get()
|
2015-05-10 23:32:24 +09:00 |
|
Kenjiro Nakayama
|
5a0acecc54
|
Delete status from displayable resources
|
2015-05-10 19:28:02 +09:00 |
|
Shawn Smith
|
555ff0d1bc
|
Use Fprintf
|
2015-05-10 13:14:05 +09:00 |
|
Brendan Burns
|
7f11585972
|
Fix validation by moving it into the resource builder.
Also always print an error for unknown field.
|
2015-05-08 14:00:33 -07:00 |
|
deads2k
|
6498fc1fda
|
remove cmd respect for auth-path
|
2015-05-08 16:33:33 -04:00 |
|
Eric Paris
|
d28660ae49
|
Remove useless bash conditional
bash just returns the last return code, why are we testing and then
doing the same?
|
2015-05-08 12:22:07 -04:00 |
|
kargakis
|
93dc839b19
|
Load input object for increased safety
|
2015-05-08 03:17:54 +02:00 |
|
Abhi Shah
|
7b1e9adb47
|
Merge pull request #7620 from brendandburns/fix
Support recovery from in the middle of a rename.
|
2015-05-07 16:04:26 -07:00 |
|
Cesar Wong
|
d954c31b22
|
Update Exec and Portforward client to use pod subresource
|
2015-05-07 14:25:14 -04:00 |
|
Brendan Burns
|
63cbc715dd
|
Support recovery from in the middle of a rename.
|
2015-05-07 10:39:15 -07:00 |
|
Brendan Burns
|
c9e33e197d
|
Add support for --rollback.
|
2015-05-06 10:21:35 -07:00 |
|
Jeff Lowdermilk
|
c1ae69da14
|
Merge pull request #7705 from bprashanth/rollingupdate_2
Reliable updates in rollingupdate
|
2015-05-05 09:23:25 -07:00 |
|
kargakis
|
c9e79a3c28
|
Setup generators in factory
|
2015-05-05 12:00:13 +02:00 |
|
Prashanth Balasubramanian
|
faa65cbd20
|
More reliable updates in rollingupdate
|
2015-05-04 15:29:30 -07:00 |
|
Robert Bailey
|
93a781ff66
|
Merge pull request #7722 from eparis/minor-bash-fixes
Minor bash update found by shellcheck.net
|
2015-05-04 13:03:26 -07:00 |
|
Victor Marmol
|
90de73ac7a
|
Merge pull request #7536 from rjnagal/node
Add --hostport to run-container.
|
2015-05-04 12:55:12 -07:00 |
|
Clayton Coleman
|
dd8184247e
|
Merge pull request #7629 from caesarxuchao/new-fix-7260-7491
Change the order the different versions of API are registered
|
2015-05-04 15:01:59 -04:00 |
|
Clayton Coleman
|
82b939760e
|
Merge pull request #7699 from kargakis/make-expose-generic
expose: Create objects in a generic way
|
2015-05-04 15:01:37 -04:00 |
|
Eric Paris
|
87613eee87
|
Minor bash update found by shellcheck.net
|
2015-05-04 14:52:50 -04:00 |
|
Wojciech Tyczynski
|
72f9e940a8
|
Merge pull request #7694 from nak3/bash-comp-add-label
Add kubectl_label to custom functions in bash completion
|
2015-05-04 15:11:41 +02:00 |
|
kargakis
|
fa42901798
|
expose: Create objects in a generic way
|
2015-05-04 14:21:24 +02:00 |
|
Kenjiro Nakayama
|
c3485ca85c
|
Add kubectl_label to custom functions of bash completion
|
2015-05-04 20:57:56 +09:00 |
|
Wojciech Tyczynski
|
a020e054d8
|
Merge pull request #7662 from jlowdermilk/services-printer
Change IP to IP(S) in service columns for kubectl get
|
2015-05-04 13:35:09 +02:00 |
|
Filip Grzadkowski
|
be2b2466f3
|
Merge pull request #7076 from eparis/bash-5-kubectl-required-flags
annotate required flags for bash_completions
|
2015-05-04 13:26:11 +02:00 |
|
markturansky
|
2f5907b504
|
Fixed nil pointer issue in describe when volume is unbound
|
2015-05-02 06:49:19 -04:00 |
|
Jeff Lowdermilk
|
cd9e7fbc4f
|
Change IP to IP(S) in service columns for kubectl get
|
2015-05-01 16:47:21 -07:00 |
|