Random-Liu
5b4a210d49
Add reconcile support in kubelet
2016-01-10 01:35:07 -08:00
David Oppenheimer
9856ed8f2a
Merge pull request #19368 from krousey/record_race
...
Fix data race by eliminating concurrency in test
2016-01-09 22:42:24 -08:00
Hongchao Deng
91fa5f8c88
PodFitsHostPorts: small refactor and speedup
2016-01-09 20:03:52 -08:00
k8s-merge-robot
ce9b117a19
Merge pull request #16698 from mml/issue3885
...
Auto commit by PR queue bot
2016-01-09 13:38:41 -08:00
k8s-merge-robot
609cdfd267
Merge pull request #19331 from resouer/hash-util
...
Auto commit by PR queue bot
2016-01-09 13:08:01 -08:00
k8s-merge-robot
13f3e137b1
Merge pull request #18546 from yujuhong/pod_update
...
Auto commit by PR queue bot
2016-01-09 00:56:21 -08:00
nikhiljindal
f8d6c56ba6
Extracting server run code to genericapiserver
2016-01-08 18:34:34 -08:00
Yu-Ju Hong
712612c2dc
Treat first-seen, non-pending pods as updates
...
Kubelet doesn't perform checkpointing and loses all its internal states after
restarts. It'd then mistaken pods from the api server as new pods and attempt
to go through the admission process. This may result in pods being rejected
even though they are running on the node (e.g., out of disk situation). This
change adds a condition to check whether the pod was seen before and categorize
such pods as updates. The change also removes freeze/unfreeze mechanism used to
work around such cases, since it is no longer needed and it stopped working
correctly ever since we switched to incremental updates.
2016-01-08 17:21:43 -08:00
Aaron Crickenberger
5062197ec6
Allow for use of docker-machine not named kube-dev
2016-01-08 17:07:48 -08:00
Jeff Lowdermilk
bd9d980243
Merge pull request #19425 from ihmccreery/skip-labels
...
Label [Skipped] tests apprpriately
2016-01-08 14:50:10 -08:00
Joe Finney
90255f8ac5
Add kubernetes-test-go and ilk to source control.
2016-01-08 14:21:34 -08:00
Joe Finney
c972b9fcdb
Add soak tests to source control.
2016-01-08 13:51:40 -08:00
Yifan Gu
dda62129d1
rkt: Add unit tests for setApp.
2016-01-08 13:41:18 -08:00
Yifan Gu
cc656ae6ac
rkt: Refactor setIsolators.
...
Replace manually creating isolators with isolator constructors.
Also add support for supplementary group IDs.
2016-01-08 13:31:21 -08:00
k8s-merge-robot
8ea6faef0b
Merge pull request #18109 from timstclair/resource-granule
...
Auto commit by PR queue bot
2016-01-08 13:16:15 -08:00
k8s-merge-robot
37b5726716
Merge pull request #14431 from Defensative/UDP-LB
...
Auto commit by PR queue bot
2016-01-08 12:39:02 -08:00
Isaac Hollander McCreery
b731b20907
Collapse REBOOT_SKIP_TESTS into GCE_DEFAULT_SKIP_TESTS, and remove GCE_SOAK_CONTINUOUS_SKIP_TESTS as redundant (see notes)
2016-01-08 11:09:15 -08:00
Minhan Xia
a8d913bf8b
do not fail when parsing unexpected log line
2016-01-08 10:40:41 -08:00
Janet Kuo
81c39b45ad
Label 3 flaky deployment e2e tests with [Flaky]
2016-01-08 10:26:06 -08:00
k8s-merge-robot
e0e305c6be
Merge pull request #19337 from danielschonfeld/optimize-list-routes
...
Auto commit by PR queue bot
2016-01-08 10:19:47 -08:00
Rudi Chiarito
16619eb008
Update aws-sdk-go to 1.0.7
2016-01-08 11:56:36 -05:00
James DeFelice
7ee5ef06d2
resync the k8s controller manager with the k8sm variant
2016-01-08 16:53:59 +00:00
Eric Tune
1317024f9e
Update image docs to mention AlwaysPullImages
2016-01-08 07:40:25 -08:00
Marek Grabowski
46945ab50f
Merge pull request #19402 from gmarek/json
...
Implement JSON printing for test summaries
2016-01-08 16:21:09 +01:00
k8s-merge-robot
1f0a074bef
Merge pull request #19282 from nagarjung/format_comments
...
Auto commit by PR queue bot
2016-01-08 07:14:42 -08:00
k8s-merge-robot
07d86af385
Merge pull request #18250 from mvdan/unversioned-test-close
...
Auto commit by PR queue bot
2016-01-08 06:06:49 -08:00
k8s-merge-robot
cb80be10f7
Merge pull request #19257 from justinsb/doc_ubernetes_lite
...
Auto commit by PR queue bot
2016-01-08 05:23:47 -08:00
k8s-merge-robot
33085cc2ae
Merge pull request #19238 from therc/master
...
Auto commit by PR queue bot
2016-01-08 04:10:53 -08:00
k8s-merge-robot
76b0c8d07a
Merge pull request #19114 from uluyol/cassandra-perm
...
Auto commit by PR queue bot
2016-01-08 03:34:42 -08:00
Nagarjun
c98364e79b
insert space after comment character in cmd folder
2016-01-08 16:25:57 +05:30
k8s-merge-robot
2106c72133
Merge pull request #17548 from timstclair/suffix
...
Auto commit by PR queue bot
2016-01-08 01:52:16 -08:00
harry
3a9de6ee56
Updated generated code and docs
2016-01-08 17:13:02 +08:00
Julian Strobl
7f4848cf5b
update generated docs
...
Command executed:
./hack/update-generated-docs.sh
2016-01-08 10:12:18 +01:00
k8s-merge-robot
80bc191ee4
Merge pull request #19400 from gmarek/constraints
...
Auto commit by PR queue bot
2016-01-08 01:09:54 -08:00
gmarek
f5a41823c2
Implement JSON printing for test summaries
2016-01-08 10:07:43 +01:00
harry zhang
27ca7dc71e
Expose image list in node status
...
Change image manager to use repotag
2016-01-08 17:01:31 +08:00
gmarek
927103121a
Update constraints for system container
2016-01-08 09:38:57 +01:00
k8s-merge-robot
9264340338
Merge pull request #17854 from smarterclayton/basic_proto
...
Auto commit by PR queue bot
2016-01-07 22:03:36 -08:00
Yu-Ju Hong
b969599daf
Fix fake docker client to corretly report status of containers
2016-01-07 18:20:41 -08:00
Yu-Ju Hong
c997fb3715
Add a container runtime mock for testing
2016-01-07 18:02:49 -08:00
Tim St. Clair
5ce90c31c9
Treat pod NotFound errors as permanent
...
When waiting for a pod to become running, a NotFound error should be
treated a permanent, and report the NotFound error rather than a timeout
error.
2016-01-07 16:54:10 -08:00
Abhi Shah
7ca0fa431b
Merge pull request #19385 from kubernetes/revert-19297-skip-labels
...
Revert "Label [Skipped] tests appropriately"
2016-01-07 16:21:24 -08:00
Isaac Hollander McCreery
5b0a6f5927
Jenkins upgrade jobs
2016-01-07 16:19:31 -08:00
Jeff Lowdermilk
57c409174f
Merge pull request #19344 from janetkuo/flake-deployment
...
Wait for rc store synced before syncing deployment
2016-01-07 16:16:29 -08:00
Isaac Hollander McCreery
791cae90f0
Merge pull request #19350 from brendandburns/oncall
...
Improve error reporting a little in ingress e2e.
2016-01-07 15:51:31 -08:00
Daniel Martí
91fbff99dc
Properly close test http servers in unversioned
...
If not, using `go test -count=n` would make them pile up and ultimately
get to the limit of open files:
client_test.go:522: expected an error, got Get http://127.0.0.1:46070/api : dial tcp 127.0.0.1:46070: socket: too many open files
Steps to reproduce (no longer fails):
godep go test -short -run '^$' -o test .
./test -test.run '^TestGetSwaggerSchema' -test.count 100
Note that this might not fail if your `ulimit -n` is not low enough.
2016-01-08 00:10:54 +01:00
Tim St. Clair
e50059de07
Enforce minimum resource granularity
...
Enforce minimum resource granularity of milli-{core, bytes} for Storage,
Memory, and CPU resource types. For Storage and Memory, milli-bytes are
allowed for backwards compatability, but the behavior is
undefinied (depends on docker implementation).
2016-01-07 14:55:19 -08:00
Isaac Hollander McCreery
cef05926bf
Remove old gce-upgrade jobs
2016-01-07 14:18:12 -08:00
Hongchao Deng
40e5e688cc
Remove FailedResourceType and return custom error
2016-01-07 13:47:23 -08:00
Phillip Wittrock
4397bdedf3
Errof -> Warningf
2016-01-07 13:29:17 -08:00