Commit Graph

23892 Commits

Author SHA1 Message Date
Mike Danese
309eac5f7f update proxy server 2016-01-28 15:46:40 -08:00
Mike Danese
60c5db5e87 update api types 2016-01-28 15:46:40 -08:00
Fabio Yeon
2aff6ccf06 Merge pull request #20300 from fabioy/fix-api-docs
Update API docs.
2016-01-28 15:34:05 -08:00
Fabio Yeon
2eac20562f Update API docs. 2016-01-28 15:29:53 -08:00
jay vyas
ef5f1012f6 E2E Libification rebased (3). 2016-01-28 18:07:53 -05:00
Isaac Hollander McCreery
843b913b07 Reclassify Restart tests as [Disruptive] and skip [Feature:.+] tests in -serial jobs 2016-01-28 14:44:22 -08:00
k8s-merge-robot
76f8a800ed Merge pull request #19716 from pmorie/config-api-move
Auto commit by PR queue bot
2016-01-28 14:39:25 -08:00
Fabio Yeon
e68ea9e8d4 Merge pull request #19936 from ixdy/jenkins-job-configs
Restrict build jobs to running on build node instead of master
2016-01-28 14:36:05 -08:00
Fabio Yeon
ef80fcc9d7 Merge pull request #20289 from mml/kubectl-log-e2e
Add debug output to kubectl-log-e2e.
2016-01-28 14:34:48 -08:00
Yifan Gu
d03b705c5f rkt: Replace the deprecated flag 'insecure-skip-verify' with 'insecure-options'. 2016-01-28 14:31:27 -08:00
Marcin Wielgus
39428cc0e5 Kubemark scripts retry failed gcloud commands 2016-01-28 23:23:46 +01:00
Paul Morie
f2d1a20178 Regen for ConfigMap API move 2016-01-28 17:17:24 -05:00
Fabio Yeon
2bc12a2a8e Merge pull request #20248 from yujuhong/more_logs
e2e reboot: prints stats and logs for not ready pods before and after the test
2016-01-28 14:13:28 -08:00
Fabio Yeon
11a16988b9 Merge pull request #20049 from ixdy/ginkgo-synchronized
Refactor TestE2E to work correctly in parallel mode
2016-01-28 14:12:03 -08:00
Dawn Chen
7943708b96 Log more information for ssh command.
Sometimes e2e test nodes are refused to reboot, but we didn't properly
catch the exit code. This one can give us more information on debugging.
2016-01-28 14:11:54 -08:00
Paul Morie
7be3bbb694 Remove old generated code for ConfigMap 2016-01-28 17:07:05 -05:00
Paul Morie
9030f16071 Move ConfigMap to main API 2016-01-28 17:07:05 -05:00
Fabio Yeon
454ebc4e30 Merge pull request #19547 from ihmccreery/feature-example
Reclassify [Example] and [Feature:Example]
2016-01-28 14:03:48 -08:00
Fabio Yeon
c6253c8d5e Merge pull request #19971 from feihujiang/fixErrorCommentInNodeCondition
Fix a small error comment in nodecondition type
2016-01-28 14:01:54 -08:00
Fabio Yeon
4c57ad8379 Merge pull request #19978 from markturansky/typos
Fixed spelling typo
2016-01-28 14:01:03 -08:00
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
Justin Santa Barbara
c556e8f0f5 kube-up: Refactor kube-env into common; use in AWS
Use kube-env on the AWS master also
2016-01-28 10:31:51 -08:00
Justin Santa Barbara
4d88a4ed2c kube-up: move sha1sum-file into common
Also hash the tar files in AWS kube-up
2016-01-28 10:19:38 -08:00
Justin Santa Barbara
a70412099a AWS: add retries around apt-get install
Related to issue #17309
2016-01-28 10:19:38 -08:00
Justin Santa Barbara
ae75a7d259 kube-up: move build-runtime-config from AWS & GCE into common 2016-01-28 10:19:38 -08:00
Justin Santa Barbara
0df6f5d8c5 kube-up: move yaml-quote from GCE & AWS to common 2016-01-28 10:19:38 -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