k8s-merge-robot
601104f201
Merge pull request #22472 from caesarxuchao/log-nodecontroller
...
Auto commit by PR queue bot
2016-03-03 20:19:06 -08:00
Jeff Lowdermilk
afa7816c38
Merge pull request #22009 from aveshagarwal/master-create-urls-issue
...
Fix kubectl create to create to all resources in a url.
2016-03-03 15:21:35 -08:00
Jeff Lowdermilk
1e70f17c6a
Merge pull request #22416 from mikedanese/ds-fixer
...
Fix daemonset flapping when using a host port
2016-03-03 15:21:14 -08:00
Jeff Lowdermilk
9c20848af7
Merge pull request #22318 from yujuhong/read_url
...
Set timeout for accessing credential provider's URL
2016-03-03 15:21:01 -08:00
Jeff Lowdermilk
6682a6693c
Merge pull request #22332 from nikhiljindal/rollingUpdate
...
Resetting maxUnavailable for kubectl rolling update to 0
2016-03-03 15:19:02 -08:00
Jeff Lowdermilk
402e44d26e
Merge pull request #22320 from timstclair/network
...
Use the default interface for reporting network stats.
2016-03-03 15:18:34 -08:00
Chao Xu
828fe5df2f
remove V(2)
2016-03-03 14:54:33 -08:00
Brian Grant
ea579d5fab
Merge pull request #22384 from janetkuo/skip-not-found-label
...
When retrying updating RSes and pods, ignore the not found error
2016-03-03 14:20:58 -08:00
k8s-merge-robot
de72b6be1b
Merge pull request #21907 from justinsb/load_balancer_source_ranges
...
Auto commit by PR queue bot
2016-03-03 14:10:47 -08:00
Janet Kuo
75e570832b
Ignore not found error when retrying rs and pods updates
2016-03-03 11:45:55 -08:00
Jeff Lowdermilk
b05cf6d53a
Merge pull request #22204 from thockin/path-colon
...
Validate volume paths do not have ':'
2016-03-03 11:41:47 -08:00
Jeff Lowdermilk
8c500a9c31
Merge pull request #22279 from soltysh/describer_none
...
Unifying empty/none/not set values in describer
2016-03-03 11:40:54 -08:00
k8s-merge-robot
eb15cd9f7e
Merge pull request #21851 from timstclair/gc
...
Auto commit by PR queue bot
2016-03-03 11:39:12 -08:00
k8s-merge-robot
3f16f5f2b8
Merge pull request #22233 from yujuhong/pleg_health
...
Auto commit by PR queue bot
2016-03-03 11:01:26 -08:00
Justin Santa Barbara
cb92133dfa
LB Source Ranges: Move validation into API layer
...
Had to move other things around too to avoid a weird api ->
cloudprovider dependency.
Also adding fixes per code reviews.
(This is a squash of the previously approved commits)
2016-03-03 10:27:17 -05:00
k8s-merge-robot
ad69472a48
Merge pull request #21583 from sjenning/rm-unused-func
...
Auto commit by PR queue bot
2016-03-03 03:48:15 -08:00
Mike Danese
cd6c288d45
Fix daemonset flapping when using a host port
2016-03-02 22:22:14 -08:00
k8s-merge-robot
d81d823ca5
Merge pull request #22393 from eparis/blunderbuss
...
Auto commit by PR queue bot
2016-03-02 18:51:56 -08:00
k8s-merge-robot
aba1847857
Merge pull request #22375 from janetkuo/comment-deployment-revision
...
Auto commit by PR queue bot
2016-03-02 18:51:54 -08:00
Janet Kuo
48dc694ba6
Add more comments and rename getAllReplicaSets to getAllReplicaSetsAndSyncRevision
2016-03-02 17:51:35 -08:00
Eric Paris
5e5a823294
Move blunderbuss assignees into tree
2016-03-02 20:46:32 -05:00
Jeff Lowdermilk
d356bad602
Merge pull request #22373 from janetkuo/edit-no-file
...
Fix kubectl edit: no such file
2016-03-02 16:57:06 -08:00
Jeff Lowdermilk
bb4e8365bd
Merge pull request #22327 from yujuhong/pleg_tests
...
pleg: add more tests for detecting missing container/pods
2016-03-02 16:15:31 -08:00
Jeff Lowdermilk
21455ab776
Merge pull request #22171 from piosz/hpa-default
...
Added default cpu target for HPA
2016-03-02 16:07:24 -08:00
Jeff Lowdermilk
6390aef05d
Merge pull request #21909 from madhusudancs/scale-group-apiinstaller
...
Allow cross-group subresource registrations in the APIInstaller.
2016-03-02 16:06:50 -08:00
Janet Kuo
d5953991d9
Fix kubectl edit: no such file
2016-03-02 16:05:08 -08:00
Avesh Agarwal
ad6dfa0370
Fix kubectl create to create all resources in a url.
...
https://github.com/kubernetes/kubernetes/issues/18751 .
2016-03-02 18:08:24 -05:00
Tim St. Clair
3ad59de829
Garbage collect containers for deleted pods
2016-03-02 14:35:17 -08:00
k8s-merge-robot
ec77d0841d
Merge pull request #22376 from caesarxuchao/add-log-nodecontroller
...
Auto commit by PR queue bot
2016-03-02 13:36:34 -08:00
Janet Kuo
e42eab59bc
Add comments about deployment revision update
2016-03-02 11:19:48 -08:00
Chao Xu
f8dd7fe1de
log the succussful forceful deletion
2016-03-02 11:18:55 -08:00
Madhusudan.C.S
8b7e56d242
Allow cross-group subresource registrations in the APIInstaller.
...
This allows subresources which belong to different API groups than
their parents to be registered in the APIInstaller and REST handlers
installed for them. The specific changes that makes this possible
are:
1. Allow subresource overrides to be specified while registering an
API group.
2. Use those overrides in the APIInstaller while validating the
resource/subresource group version to allow subresources which
belong to a different group to be registered if they have an
override specified.
3. Use the RESTMapper supplied in the override to map the REST paths
to the correct subresource storage object, i.e. correct group
version kinds.
2016-03-02 10:57:30 -08:00
k8s-merge-robot
7f9ee58550
Merge pull request #22129 from pmorie/kubectl-describe-volumes
...
Auto commit by PR queue bot
2016-03-02 09:10:48 -08:00
gmarek
89f0699035
Increase MaxPods in Kubemark
2016-03-02 16:21:16 +01:00
k8s-merge-robot
cc19c9fdfa
Merge pull request #21671 from kargakis/add-exposed-ports-in-pod-desc
...
Auto commit by PR queue bot
2016-03-02 06:40:28 -08:00
Maciej Szulik
1b56d79f64
Unifying empty/none/not set values in describer
2016-03-02 13:57:39 +01:00
k8s-merge-robot
73b39e9f1e
Merge pull request #22293 from dchen1107/test
...
Auto commit by PR queue bot
2016-03-02 03:35:05 -08:00
Piotr Szczesniak
205e3e607d
Added default cpu target for HPA
2016-03-02 09:38:26 +01:00
Brian Grant
0867e250c6
Merge pull request #22326 from janetkuo/only-increase-revision
...
RS revision number should only be updated when necessary
2016-03-01 20:07:42 -08:00
Brian Grant
4b213ed263
Merge pull request #22245 from nikhiljindal/deploymentTimeoutErrors
...
Improving deployment e2e failure error messages
2016-03-01 18:46:13 -08:00
nikhiljindal
cb8414e247
Resetting maxUnavailable for kubectl rolling update to 0
2016-03-01 18:44:59 -08:00
Brian Grant
6deb2612dc
Merge pull request #22243 from nikhiljindal/updatePodWithRetries
...
deployment e2e flake: Fix updatePodWithRetries to get and then immediately try update
2016-03-01 18:44:17 -08:00
nikhiljindal
0dae82f6f1
Improving deployment e2e failure error messages
2016-03-01 17:58:32 -08:00
Yu-Ju Hong
4846c1e1b2
pleg: add an internal clock for testability
...
Also add tests for the health check.
2016-03-01 17:53:03 -08:00
Janet Kuo
67bfe5d796
Avoid copying deployment revision annotations to rs
2016-03-01 17:25:44 -08:00
Yu-Ju Hong
94368df91a
kubelet: monitor the health of pleg
...
PLEG is reponsible for listing the pods running on the node. If it's hung
due to non-responsive container runtime or internal bugs, we should restart
kubelet.
2016-03-01 17:24:27 -08:00
Yu-Ju Hong
e770f25882
pleg: add more tests for detecting missing container/pods
2016-03-01 17:23:23 -08:00
Janet Kuo
1706df6242
Revision number should be updated only when it's smaller than it should be
2016-03-01 17:12:24 -08:00
Dawn Chen
a90ac42dd8
Kill docker daemon after configing cbr0 if flag --babysit-daemon is true so that babysitter process can restart it again with proper configurations and checkpoint file.
2016-03-01 16:46:31 -08:00
Tim St. Clair
3b9feb561c
Use the default interface for reporting network stats.
2016-03-01 16:17:04 -08:00