Minhan Xia
9611986509
add e2e test for network partition
2016-01-28 13:56:28 -08:00
Fabio Yeon
547a2e2387
Merge pull request #20131 from thockin/logs-for-19574
...
Augment logs in runContainer path
2016-01-28 13:49:59 -08:00
Matt Liggett
54a7904682
Add debug output to kubectl-log-e2e.
...
Fixes #20287 .
2016-01-28 13:49:52 -08:00
Fabio Yeon
95f0861502
Merge pull request #20134 from vishh/18704
...
Increase initial delay for liveness probe test pod from 15s to 30s.
2016-01-28 13:48:55 -08:00
Fabio Yeon
574f354b73
Merge pull request #20143 from roberthbailey/list-resources-gke
...
Fix list-resources.sh to work with the GKE provider
2016-01-28 13:48:05 -08:00
Fabio Yeon
70ff0bda57
Merge pull request #20201 from caesarxuchao/resilient-wget
...
make wget in gen-swagger-doc more resilient
2016-01-28 13:32:24 -08:00
Fabio Yeon
a89607f8b1
Merge pull request #20238 from bprashanth/nodeport
...
Poll nodeip:node-port till kube-proxy updates iptables.
2016-01-28 13:31:21 -08:00
Brian Grant
282b9eebb8
Merge pull request #20241 from janetkuo/fix-recreatedeployment
...
Fix e2e test failure for RecreateDeployment
2016-01-28 13:28:48 -08:00
Mike Danese
e2fecf36b9
daemonset: apply predicated when placing daemon pods
2016-01-28 13:26:16 -08:00
Jeff Grafton
4cc7f9d3f7
Refactor TestE2E to work correctly in parallel mode
...
The TestE2E function is run on every Ginkgo parallel node.
The cluster cleanup, sanity checking, and log dump operations are only
intended to be called once, however, so these have been moved out into
SynchronizedBeforeSuite and SynchronizedAfterSuite blocks.
2016-01-28 13:24:40 -08:00
Matt Liggett
d4b02466b7
Add support for Job-managed pods to drain.
2016-01-28 13:23:12 -08:00
Fabio Yeon
5b8b7d1aa3
Merge pull request #20284 from ncdc/flake/20268
...
Help debug port forward flakes
2016-01-28 13:13:51 -08:00
Mike Danese
b1ca73a5b2
kube-ui: upgrade to v5
2016-01-28 13:02:25 -08:00
k8s-merge-robot
430acc733b
Merge pull request #19950 from spxtr/examples
...
Auto commit by PR queue bot
2016-01-28 12:49:24 -08:00
Andy Goldstein
86ae623a09
Help debug port forward flakes
2016-01-28 15:28:40 -05:00
Fabio Yeon
326a29d706
Merge pull request #20220 from krousey/integrationlogging
...
Add more logging to diagnose flake
2016-01-28 11:38:33 -08:00
Isaac Hollander McCreery
804c986f87
Make slow tests run in parallel, add gke-slow suite
2016-01-28 11:33:45 -08:00
Isaac Hollander McCreery
1ce8e2345e
Run kubernetes-e2e-gce and kubernetes-e2e-gce in parallel
2016-01-28 11:32:36 -08:00
Matt Liggett
0ba1b49b42
When a node becomes unreachable, do not evict DaemonSet-managed pods.
...
Part of the graduation requirement for DaemonSet spelled out in #15310 .
2016-01-28 11:08:52 -08:00
Matt Liggett
352c439a96
Guard both kill and wait with APISERVER_PID.
2016-01-28 11:05:02 -08:00
Prashanth Balasubramanian
7076ec9ebf
Poll nodeip:node-port till kube-proxy updates iptables.
2016-01-28 10:58:29 -08:00
Fabio Yeon
146a9e6075
Merge pull request #19667 from ihmccreery/fix-provider-skip-lists
...
Remove provider skip lists
2016-01-28 09:47:56 -08:00
Jordan Liggitt
4ba6a2541b
Handle panic in async event reporting
2016-01-28 11:47:16 -05:00
Prashanth B
952449585e
Merge pull request #20164 from bprashanth/glbc_0.5.2
...
Bump glbc to 0.5.2
2016-01-28 08:21:32 -08:00
k8s-merge-robot
4e27ed67e4
Merge pull request #17191 from nikhiljindal/3rdpartyServers
...
Auto commit by PR queue bot
2016-01-28 06:20:39 -08:00
Filip Grzadkowski
471e602bcd
Merge pull request #20155 from mwielgus/update-heapster-api
...
Update Heapster API in Godeps
2016-01-28 14:14:27 +01:00
Marcin Wielgus
b49cba7182
Update Heapster API in Godeps
2016-01-28 11:55:22 +01:00
k8s-merge-robot
d3fdc61ff7
Merge pull request #19696 from mesosphere/jdef_mesos_pod_discovery
...
Auto commit by PR queue bot
2016-01-28 01:15:40 -08:00
Random-Liu
488e14a5a9
Cleanup duplicated code in config.go
2016-01-28 01:04:35 -08:00
Fabio Yeon
7205a160ac
Remove all instances of "/tmp" from unit tests and replace with a common
...
tmp directory creator. Exception is documented.
2016-01-27 16:11:22 -08:00
Isaac Hollander McCreery
a51f291b91
Classify all HPA tests as [Feature:Autoscaling]
2016-01-27 16:10:33 -08:00
Isaac Hollander McCreery
d002a68f3c
Label feature tests for Feature:DaemonSet, Feature:Deployment, Feature:ExperimentalResourceUsageTracking, and remove GKE and AWS skip lists
2016-01-27 16:09:12 -08:00
Isaac Hollander McCreery
599f646a48
Collapse GKE_DEFAULT_SKIP_TESTS into GKE_REQUIRED_SKIP_TESTS
2016-01-27 16:09:12 -08:00
Prashanth Balasubramanian
bcd39900b3
Modify Create/SetGlobalForwardingRule to just take a link.
2016-01-27 16:00:45 -08:00
Prashanth Balasubramanian
cba768322a
Add cloudprovider methods for ssl.
2016-01-27 16:00:45 -08:00
Yu-Ju Hong
4975e5d9d9
e2e reboot: prints stats and logs for not ready pods
2016-01-27 15:41:07 -08:00
Janet Kuo
7255af6de3
Fix e2e test failure for RecreateDeployment
2016-01-27 15:04:54 -08:00
James DeFelice
345f027be3
remove this test from conformance since it introduces a binary dependency, git, on previously conforming kube nodes
2016-01-27 22:07:31 +00:00
k8s-merge-robot
458eb5284a
Merge pull request #19105 from smarterclayton/prepare_negotiate
...
Auto commit by PR queue bot
2016-01-27 13:35:30 -08:00
k8s-merge-robot
a95f1b84cb
Merge pull request #17243 from yifan-gu/gce_coreos
...
Auto commit by PR queue bot
2016-01-27 13:02:20 -08:00
Clayton Coleman
71a13f7f4b
ExtractList should handle v1.RawExtension correctly
...
Also fixes CustomColumnPrinter to pass decoder in, and ensures a test
case tests the combined path.
2016-01-27 15:30:21 -05:00
Brendan Burns
4f845ad6e1
Merge pull request #19642 from MikeSpreitzer/issue/19618
...
Introduce FLANNEL_OTHER_NET_CONFIG
2016-01-27 12:20:11 -08:00
Brendan Burns
266778170b
Merge pull request #20115 from hongchaodeng/hollow-kubelet
...
fix Version not found in docker.ENV in fakeDockerClient
2016-01-27 11:50:11 -08:00
Zach Loafman
9caf0a7e72
Merge pull request #20221 from zmerlynn/cvm-new-2
...
REALLY bump to container-vm-v20160127
2016-01-27 10:31:28 -08:00
Zach Loafman
cb9afa65f0
REALLY bump to container-vm-v20160127
2016-01-27 10:28:04 -08:00
Brendan Burns
6f15b532f7
Merge pull request #20218 from zmerlynn/cvm-new
...
Bump to container-vm-v20160127
2016-01-27 10:24:24 -08:00
Kris
d2f829edcc
Add more logging to diagnose flake
2016-01-27 10:22:35 -08:00
Zach Loafman
727fb1a97a
Bump to container-vm-v20160127
2016-01-27 09:22:07 -08:00
Filip Grzadkowski
06996d5af9
Merge pull request #20215 from kubernetes/revert-20156-bump-influxdb
...
Revert "Bumped Heapster version to v0.20.0-alpha and Influxdb to 0.9.2.1"
2016-01-27 17:23:36 +01:00
Filip Grzadkowski
0dedf869c7
Revert "Bumped Heapster version to v0.20.0-alpha and Influxdb to 0.9.2.1"
2016-01-27 17:22:36 +01:00