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
Random-Liu
a88dad1c3e
Backoff restart container with liveness probing failure
2016-03-01 17:36:12 -08:00
Phillip Wittrock
6ae1624dc9
node e2e ci - clean up workspace before builds
2016-03-01 17:35:03 -08:00
twmartin
6e701d3c56
Update godoc badge from png to svg
2016-03-01 19:34:21 -06: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
Joe Finney
eff5a9c14d
Add cluster/log-dump.sh.
2016-03-01 17:13:18 -08:00
Joe Finney
74515a6b23
Fix detect-nodes in cluster/gce/util.sh.
2016-03-01 17:12:43 -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
960bea324e
set --babysit-daemons=true for gce and aws
2016-03-01 16:46:31 -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
Gao Zheng
3ad5dd6e5e
clerical error of nodeaffinity.md
...
clerical error of nodeaffinity.md
2016-03-02 08:27:00 +08:00
Tim St. Clair
3b9feb561c
Use the default interface for reporting network stats.
2016-03-01 16:17:04 -08:00
weixu
fb13a0d4b0
Remove unused import package from pkg/client/unversioned/daemon_sets_test.go
...
To make it pass the unit test, following is previous failing log for unit test
_output/dockerized/go/src/k8s.io/kubernetes/pkg/client/unversioned/daemon_sets_test.go:20: imported and not used: "k8s.io/kubernetes/pkg/client/unversioned"
ok k8s.io/kubernetes/pkg/client/restclient 0.056s
ok k8s.io/kubernetes/pkg/client/transport 0.368s
ok k8s.io/kubernetes/pkg/client/typed/dynamic 0.039s
FAIL k8s.io/kubernetes/pkg/client/unversioned [build failed]
2016-03-01 16:15:16 -08:00
Saad Ali
719158d2c8
Merge pull request #22277 from gmarek/spam
...
Reduce spam in Kubelet logs
2016-03-01 15:48:59 -08:00
Saad Ali
f9b1a33b12
Merge pull request #21953 from timstclair/testing
...
Move kubelet test-only files to test-only packages
2016-03-01 15:48:10 -08:00
Saad Ali
c4ccd5188f
Merge pull request #22110 from timstclair/volumetest
...
Move test-only volume files to test-only volume package
2016-03-01 15:47:41 -08:00
Saad Ali
564f78aeb8
Merge pull request #22295 from freehan/nettest
...
bump wait timeout for nettest container
2016-03-01 15:45:16 -08:00
k8s-merge-robot
bef2b8f1ed
Merge pull request #21927 from caesarxuchao/fix-404-links
...
Auto commit by PR queue bot
2016-03-01 15:41:32 -08:00
Yu-Ju Hong
9d3806bceb
Set timeout for accessing credential provider's URL
...
This changes sets the timeout and also adds the retry mechanism.
2016-03-01 15:41:16 -08:00
Saad Ali
a4192ad156
Merge pull request #22297 from kubernetes/revert-21187-evict
...
Revert "Evict pods w/o rate-limit when cloud says node is gone."
2016-03-01 15:35:29 -08:00
Alex Robinson
94fc2e7bfc
Mark the old high-availability proposal as deprecated.
...
It has been superceded by the actual admin instructions for some time
now, and has caused confusion for people that come across it.
2016-03-01 15:32:55 -08:00
k8s-merge-robot
436c96527f
Merge pull request #16402 from kelcecil/garbage-collection
...
Auto commit by PR queue bot
2016-03-01 15:27:10 -08:00
k8s-merge-robot
57ecc24db5
Merge pull request #22305 from bprashanth/deploy_label
...
Auto commit by PR queue bot
2016-03-01 15:27:09 -08:00
Vishnu kannan
92f37d2e56
Update cadvisor to v0.22.0
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-03-01 15:23:32 -08:00
Alex Robinson
1a538a5896
Merge pull request #22091 from a-robinson/multiline
...
Fix parsing of kube logs to handle logs split across lines.
2016-03-01 15:03:58 -08:00
Andy Zheng
0ee1bd6160
Fix a breakage of kube-proxy in Trusty
...
PR #22022 added a new variable "cpurequest" in kube-proxy.manifest. This makes kubelet in Trusty fail to start the kube-proxy pod as this variable value is not set.
2016-03-01 14:57:37 -08:00
k8s-merge-robot
51b005500d
Merge pull request #22215 from pwittrock/enable-readonly-e2e
...
Auto commit by PR queue bot
2016-03-01 14:52:00 -08:00
k8s-merge-robot
8060e9c5eb
Merge pull request #22200 from pwittrock/flaky
...
Auto commit by PR queue bot
2016-03-01 14:51:59 -08:00
nikhiljindal
b65180c314
Update updatePodWithRetries to get and then update
2016-03-01 14:40:21 -08:00
k8s-merge-robot
e7fb1a29e1
Merge pull request #22107 from yujuhong/stop_probing
...
Auto commit by PR queue bot
2016-03-01 14:17:50 -08:00
Kel Cecil
0d85a814d8
Rewrite garbage collection page
...
Try to make the garbage collection page read
a little easier.
2016-03-01 16:46:45 -05:00
k8s-merge-robot
6dee237d85
Merge pull request #21790 from vishh/seccomp
...
Auto commit by PR queue bot
2016-03-01 12:21:47 -08:00
Prashanth Balasubramanian
b9eb552e07
Update the re-fetched pod with deployment labels.
2016-03-01 11:47:53 -08:00
k8s-merge-robot
d5a4915cf3
Merge pull request #22036 from timstclair/docs
...
Auto commit by PR queue bot
2016-03-01 11:46:33 -08:00
Eric Chiang
8df55ddbe5
plugin/pkg/auth/authenticator/token/oidc: update test to new go-oidc types
...
The provider config has changed a little bit in go-oidc. It is more
complete and now throws errors when unmarshaling provider configs
that are missing required fields (as defined by the OpenID Connect
Discovery spec).
Update the oidc plugin to use the new type.
2016-03-01 11:39:18 -08:00
Minhan Xia
57fc5e1380
bump wait timeout for nettest container
2016-03-01 11:17:15 -08:00
Eric Chiang
3df0ca5bf9
Godeps: update coreos/go-oidc to remove net/http/httptest import
...
Updates #21114
2016-03-01 11:11:57 -08:00
CJ Cullen
506df24c1f
Revert "Evict pods w/o rate-limit when cloud says node is gone."
2016-03-01 11:04:18 -08:00
k8s-merge-robot
fec00b535f
Merge pull request #21187 from cjcullen/evict
...
Auto commit by PR queue bot
2016-03-01 10:45:22 -08:00
k8s-merge-robot
25ac08c0ab
Merge pull request #22278 from gmarek/more_flake
...
Auto commit by PR queue bot
2016-03-01 10:13:45 -08:00
k8s-merge-robot
94a2319804
Merge pull request #22211 from derekwaynecarr/quota_fix
...
Auto commit by PR queue bot
2016-03-01 10:13:44 -08:00
Zach Loafman
5a031bf52c
GCE startup: Regional release .tar.gz support
...
* In kube-up.sh, create a staging bucket with a location nearest the
zone being created. If new variable RELEASE_REGION_FALLBACK is set
(default false), create multiple buckets and stage to fallback
URLs. (In open source, this path is primarily for testing.)
* In configure-vm.sh, split the URL env variables by comma (if any
extra are present) and retry on the fallback URLs. Also factor the
hash checking into this path rather than outside, since a corrupt
release in a particular geo can be retried in a different geo.
* Remove the local already-staged .tar.gz checks. They've caused
several issues along the way, and with this code path become virtually
unmaintainable. (I could add a sentinel for each bucket it's possibly
staged to, but ew.)
2016-03-01 09:59:39 -08:00
Tim St. Clair
7b6d843309
Move test-only files to test-only packages
2016-03-01 09:11:32 -08:00
Isaac Hollander McCreery
69f4ac3362
Merge pull request #22292 from ihmccreery/fix-script
...
Fix script again
2016-03-01 09:07:11 -08:00
Isaac Hollander McCreery
523f18cc0e
Fix script again
2016-03-01 09:00:09 -08:00
Amy Unruh
04a585458c
Cassandra example: daemonset volume fix, readme cleanup, update to new gcr
...
image consistent with the code base.
Change the label on the daemonset to 'app'.
2016-03-01 08:58:42 -08:00
Isaac Hollander McCreery
7191e6a435
Merge pull request #22288 from justinsb/fix_22287
...
e2e hotfix: don't quote ci/latest in GS URL
2016-03-01 08:36:52 -08:00
Justin Santa Barbara
c76c167ee0
e2e hotfix: don't quote ci/latest in GS URL
...
Fix #22287
2016-03-01 11:23:46 -05:00