Commit Graph

24030 Commits

Author SHA1 Message Date
Lantao Liu
8118092d11 Deprecate HostConfig at container start 2016-02-04 15:35:14 -08:00
Saad Ali
b2600a65f5 Merge pull request #20421 from thockin/e2e-debris
Remove e2e global 'timeout'
2016-02-03 16:38:02 -08:00
Saad Ali
10f9dd3b67 Merge pull request #20575 from derekwaynecarr/fix_fake_client
Fix DeleteCollection in FakeClient
2016-02-03 16:33:58 -08:00
Saad Ali
25f02f19e1 Merge pull request #20603 from pmorie/pod-ip-debug
Make it easier to debug pod IP flakes for downward API
2016-02-03 16:09:33 -08:00
Saad Ali
b6c26ef69b Merge pull request #20569 from thockin/service-e2e-hang-20561
Fix wrong timeout param to wget
2016-02-03 16:00:13 -08:00
Saad Ali
ae35a302b5 Merge pull request #20471 from bprashanth/kp-logs
kube-proxy tries to apply latest snapshot
2016-02-03 15:49:02 -08:00
Paul Morie
1db0925521 Make it easier to debug pod IP flakes for downward API 2016-02-03 18:26:07 -05:00
Tim Hockin
88dbcffdf0 Fix wrong timeout param to wget 2016-02-03 14:53:32 -08:00
k8s-merge-robot
83ac9cd11e Merge pull request #20149 from roberthbailey/master-node-comms
Auto commit by PR queue bot
2016-02-03 13:27:40 -08:00
Saad Ali
351138372e Merge pull request #20426 from thockin/service-e2e
Service e2e cleanup  and factoring
2016-02-03 13:10:44 -08:00
Prashanth Balasubramanian
47f7f4417d Poll w/ timeout for nodeport to disappear. 2016-02-03 12:58:42 -08:00
Prashanth Balasubramanian
e1fa6e9fb8 kube-proxy applies latest snapshot of endpoints and services. 2016-02-03 12:58:37 -08:00
k8s-merge-robot
0dc25f545f Merge pull request #20558 from ihmccreery/move-e2e
Auto commit by PR queue bot
2016-02-03 11:46:17 -08:00
derekwaynecarr
070dce1bec Fix DeleteCollection in FakeClient 2016-02-03 14:39:24 -05:00
Robert Bailey
344a587f34 Document the communication paths between the master and node. 2016-02-03 10:21:22 -08:00
Isaac Hollander McCreery
3b89db78bf Organize jobs in e2e.sh 2016-02-03 09:06:08 -08:00
k8s-merge-robot
210bac10c9 Merge pull request #19200 from wojtek-t/public_deep_copies
Auto commit by PR queue bot
2016-02-03 08:43:22 -08:00
Tim Hockin
5ff5890ef9 Remove e2e global 'timeout' 2016-02-03 07:47:21 -08:00
k8s-merge-robot
fc2929ed05 Merge pull request #19600 from jsafrane/devel/fix-kubelet-detach
Auto commit by PR queue bot
2016-02-03 06:42:26 -08:00
k8s-merge-robot
52e3e2ca78 Merge pull request #20484 from gmarek/fix-kubemark
Auto commit by PR queue bot
2016-02-03 06:12:46 -08:00
k8s-merge-robot
251ea3241b Merge pull request #20485 from gmarek/fix
Auto commit by PR queue bot
2016-02-03 04:56:25 -08:00
Wojciech Tyczynski
68d0f6387a Regenerate auto-generated files 2016-02-03 13:35:09 +01:00
Wojciech Tyczynski
205e6899be Generate public deep-copy functions 2016-02-03 13:33:24 +01:00
Jan Safranek
e90de3f985 Fixed cleanup of persistent volumes.
Kubelet.cleanupOrphanedVolumes() compares list of volumes mounted to a node
with list of volumes that are required by pods scheduled on the node
("scheduled volume").

Both lists should contain real volumes, i.e. when a pod uses
PersistentVolumeClaim, the list must contain name of the bound volume instead
of name of the claim.
2016-02-03 10:00:09 +01:00
k8s-merge-robot
5914deeac8 Merge pull request #19380 from brendandburns/apiresource
Auto commit by PR queue bot
2016-02-03 00:49:47 -08:00
Piotr Szczesniak
d7dd663d2a Merge pull request #20412 from gmarek/enable
Add a flag to allow non-fatal errors in validate-cluster
2016-02-03 09:33:17 +01:00
Piotr Szczesniak
0e396b2084 Merge pull request #20407 from gmarek/1000-kube-up
Allow some NotReady nodes in 1000 node clusters
2016-02-03 09:32:59 +01:00
k8s-merge-robot
8f4a10ec87 Merge pull request #20524 from erictune/job-doc-fixes
Auto commit by PR queue bot
2016-02-03 00:17:39 -08:00
k8s-merge-robot
a7ef693f84 Merge pull request #20464 from thockin/proxymode-iptables
Auto commit by PR queue bot
2016-02-03 00:17:38 -08:00
k8s-merge-robot
843c11e06a Merge pull request #20452 from caesarxuchao/replace-client-kubelet
Auto commit by PR queue bot
2016-02-02 23:46:58 -08:00
Eric Tune
a400be6d55 Added design proposal for selector generation.
Linked from jobs proposal.
2016-02-02 22:41:30 -08:00
Tim Hockin
b7782e73b6 Service e2e cleanup
Make a new jig that is based on the netexec container.  Change the LB tests to
use this new jig and leave TODOs for other tests.

Add UDP testing to the main mutability test.

Flatten the "identical names" test into the mutability test - it is now the
only load-balancer test (speedup).  Create LBs in parallel.
2016-02-02 22:04:27 -08:00
Tim Hockin
bb460c04dd netexec: Add / and /echo handlers, bump to 1.4
Add some logs, allow simple "cmd" arg for shell.
2016-02-02 21:46:30 -08:00
Tim Hockin
fd5cbdf73f Rename a couple things for obviousness 2016-02-02 21:46:30 -08:00
Chao Xu
cddd7b56a4 replace client with clientset in kubelet and other places 2016-02-02 20:28:45 -08:00
Chao Xu
fe7887f1ec replace the client with clientset in controllers 2016-02-02 20:28:45 -08:00
k8s-merge-robot
8d8de2efb4 Merge pull request #19314 from cjcullen/tunnels
Auto commit by PR queue bot
2016-02-02 19:46:06 -08:00
Jeff Lowdermilk
09b4341e9f Merge pull request #20525 from kubernetes/revert-18910-esmaster
Revert "remove cluster logging e2e test from flaky suite"
2016-02-02 19:02:27 -08:00
Jeff Lowdermilk
ae2aece9af Merge pull request #20202 from caesarxuchao/skip-update
skip update when deleting with grace-period=0
2016-02-02 18:24:57 -08:00
Jeff Lowdermilk
136c1f9d94 Merge pull request #20373 from bprashanth/l7_flaky
Mark L7 tests as Feature:Ingress
2016-02-02 18:24:15 -08:00
Jeff Lowdermilk
d4af417010 Merge pull request #20453 from ihmccreery/flaky-label-update
Update docs on flaky issues
2016-02-02 18:19:00 -08:00
Jeff Lowdermilk
92d30e7610 Merge pull request #20441 from ihmccreery/feature-deployment
Make HPA Deployment tests [Feature:Deployment] until GKE has enabled them
2016-02-02 18:14:30 -08:00
k8s-merge-robot
8d540506ae Merge pull request #20523 from caesarxuchao/generate-fake-clientset
Auto commit by PR queue bot
2016-02-02 17:28:24 -08:00
Jeff Lowdermilk
caa9433234 Merge pull request #20433 from lavalamp/fix-bad-rv
Add timeout, fix potential startup hang
2016-02-02 17:27:23 -08:00
Chao Xu
66f5cd259d automatically generate the clientset 2016-02-02 16:06:43 -08:00
Minhan Xia
d55853dc07 Revert "remove cluster logging e2e test from flaky suite" 2016-02-02 14:39:38 -08:00
Jeff Lowdermilk
ea5f1233c2 Merge pull request #20451 from ihmccreery/fix-20362
Reference #20015 for [Flaky] NodeOutOfDisk tests
2016-02-02 14:21:41 -08:00
Minhan Xia
cacda7bc7a Merge pull request #20364 from freehan/estest
explictly check log tainted string
2016-02-02 14:12:52 -08:00
k8s-merge-robot
26202fc98a Merge pull request #18804 from marun/fix-nodeport-services
Auto commit by PR queue bot
2016-02-02 14:07:49 -08:00
Jeff Lowdermilk
03d99d706e Merge pull request #20510 from davidopp/flake3
Un-disable "Pods should get a host IP" e2e.
2016-02-02 13:37:17 -08:00