Dawn Chen
e03c632a5e
Merge pull request #21208 from dchen1107/test
...
Collect kern.log from nodes for debugging.
2016-02-17 16:41:03 -08:00
Zach Loafman
c8d90f1a61
Bump GCE to container-vm-v20160217
2016-02-17 16:39:58 -08:00
Chao Xu
ad46715f51
generate fake client for release_1_2
2016-02-17 16:10:02 -08:00
laushinka
7ef585be22
Spelling fixes inspired by github.com/client9/misspell
2016-02-18 06:58:05 +07:00
Phillip Wittrock
9e9574c408
Merge pull request #21432 from jlowdermilk/fix-namespace
...
Fix namespace test
2016-02-17 15:39:06 -08:00
k8s-merge-robot
093aa17e17
Merge pull request #21415 from bparees/fix_braces
...
Auto commit by PR queue bot
2016-02-17 15:38:15 -08:00
k8s-merge-robot
2afe60d766
Merge pull request #21395 from jawnsy/topics/update-getting-started
...
Auto commit by PR queue bot
2016-02-17 15:38:13 -08:00
Madhusudan.C.S
6023d2075c
Auto-generated docs and specs.
2016-02-17 15:10:53 -08:00
Phillip Wittrock
6435d03400
Merge pull request #21346 from janetkuo/delete-deployment-flake
...
When reaping deployments, retry deployment Update
2016-02-17 15:07:58 -08:00
Madhusudan.C.S
31606e6d2f
Remove Deployment and DaemonSet "Feature:" tags from e2e tests.
2016-02-17 15:04:31 -08:00
Madhusudan.C.S
475546be66
Remove the Caveats section from DaemonSet doc because DaemonSet is now enabled by default.
2016-02-17 15:04:31 -08:00
Madhusudan.C.S
f06a195855
Remove all {KUBE_,}ENABLE_{DEPLOYMENT,DAEMONSET} variables from all our bash scripts.
2016-02-17 15:04:28 -08:00
Madhusudan.C.S
e647804ba4
Replica set is enabled by default now, so it is not necessary to explicitly enable it in the test config script.
2016-02-17 15:03:15 -08:00
Madhusudan.C.S
ab1e9c200f
Graduate DaemonSet to v1beta1 API, enable it by default.
2016-02-17 15:03:12 -08:00
Dawn Chen
c801fa58db
Collect kern.log from node for debugging.
2016-02-17 14:56:19 -08:00
Phillip Wittrock
a8744279eb
Merge pull request #21347 from yujuhong/health_check
...
Switch to using `docker version` as health check
2016-02-17 14:48:44 -08:00
gmarek
dfb1e69ea2
Fix namespace test
2016-02-17 14:16:32 -08:00
Abhishek Shah
e46b17044f
Disable fluent-es on kubernetes-master
2016-02-17 14:01:20 -08:00
Jeff Lowdermilk
4b7764b5f9
e2e: log events, pod/node info when kube-system pods fail to start
2016-02-17 13:48:11 -08:00
Ben Parees
287706138b
minor cleanup to the template proposal
2016-02-17 16:40:03 -05:00
Isaac Hollander McCreery
abd92a2112
Merge pull request #21122 from ihmccreery/refactor-rebased
...
e2e.sh refactor
2016-02-17 13:04:21 -08:00
Yu-Ju Hong
7061ba20bb
Fix finding pid of a process
2016-02-17 12:43:16 -08:00
Abhishek Shah
51fba282ec
Fluentd on GCE master should not use ClusterFirst
2016-02-17 11:32:41 -08:00
Isaac Hollander McCreery
83bfe2cfda
Refactor e2e.sh in preparation for YAML-ifying configs
...
Remove E2E_CLUSTER_NAME, E2E_NETWORK, and KUBE_GCE_INSTANCE_PREFIX from jobs that don't need them, because they are in their own project, and add defaults
Fail on leaked resources by default
Kill E2E_SET_CLUSTER_API_VERSION
Rely on defaults for E2E_UP, E2E_TEST, E2E_DOWN
Only PUBLISH_GREEN_VERSION for kubernetes-e2e-gce
Directly export ZONE vars rather than chaining and setting locals
Collapse E2E_CLUSTER_NAME, E2E_NETWORK, and KUBE_GCE_INSTANCE_PREFIX into E2E_NAME (always take the shortest of the three, to avoid name length problems
Factor out soak vars
Remove incorrect feature enablement ENV vars
export GINKGO_TEST_ARGS directly, rather than looping through export at the bottom
Directly export E2E Control Variables
Export KUBEMARK ENV vars directly
export KUBERNETES_PROVIDER directly
Export JENKINS_PUBLISHED_VERSION directly, and don't use it where unnecessary; remove old CURRENT_RELEASE_PUBLISHED_VERSION
export PROJECT and NETWORK_PROVIDER directly
export node ENV vars directly
export other shared cluster ENV vars directly
Directly export CLOUDSDK ENV vars
export GCE and AWS ENVs directly
Various cleanup, including refactoring upgrades
Fixup: no PERFORMANCE env for AWS
Address comment
Fixes for comments up to cebf501
Address comments through 81f39b8
Fix: default E2E_UP, E2E_TEST, E2E_DOWN
Use JENKINS_FORCE_GET_TARS for upgrade jobs; fixes through 140ea2b
Fix ubernetes-lite config
Address rebased 2 comments
Remove tab
2016-02-17 11:28:18 -08:00
Tim St. Clair
225f903ccf
Move stats summary types to a new kubelet/api package to avoid unnecessary dependencies
2016-02-17 10:53:25 -08:00
Jonathan Yu
3e92a3fb8c
Indicate that OpenSSL is required to run Kubernetes
...
Signed-off-by: Jonathan Yu <jawnsy@redhat.com>
2016-02-17 18:49:45 +00:00
deads2k
8c326993d5
only load kubeconfig files one time
2016-02-17 12:55:28 -05:00
k8s-merge-robot
ef505d8fa3
Merge pull request #19771 from derekwaynecarr/field_selector
...
Auto commit by PR queue bot
2016-02-17 09:20:40 -08:00
k8s-merge-robot
0866c377e9
Merge pull request #18010 from feihujiang/supportSubresourceOfNodeProxy
...
Auto commit by PR queue bot
2016-02-17 08:15:50 -08:00
Justin Santa Barbara
4d2c580781
AWS kube-up: Add support for wily
...
vivid is technically no longer supported now, so we should support
wily.
2016-02-17 10:45:21 -05:00
Justin Santa Barbara
98e9985c1b
Docs: fix invalid json in quota example
...
Fixes #21385
2016-02-17 10:32:14 -05:00
Justin Santa Barbara
a16372ce40
AWS: Change master to m3.medium by default
...
m3.large for > 150 nodes.
t2.micro often runs out of memory. The t2 class has very
difficult-to-understand behaviour when it runs out of CPU. The
m3.medium is reasonably affordable, and avoids these problems.
Fix #21151
Issue #18975
2016-02-17 10:24:14 -05:00
Justin Santa Barbara
c68c019150
AWS: Add comments to explain the symlink logic
2016-02-17 09:57:37 -05:00
Justin Santa Barbara
affffdc9ab
AWS kube-up: Put the master-pd into /etc/fstab, to mount it early
...
Otherwise we risk services coming up on the master before the backing
volume is ready.
If we then see the master-pd is already mounted, don't try to remount
it.
Issue #21155
2016-02-17 09:47:01 -05:00
k8s-merge-robot
22ad56dded
Merge pull request #21161 from justinsb/aws_bootstrap_on_every_boot
...
Auto commit by PR queue bot
2016-02-17 06:45:24 -08:00
k8s-merge-robot
b66cb189c7
Merge pull request #13568 from marun/network-e2e
...
Auto commit by PR queue bot
2016-02-17 06:45:22 -08:00
k8s-merge-robot
1a2f811a3b
Merge pull request #20063 from mqliang/imageGC-config
...
Auto commit by PR queue bot
2016-02-17 06:16:45 -08:00
gmarek
a72a4ea3d6
Remove buildcop from ingress test failure emails
2016-02-17 14:14:18 +01:00
k8s-merge-robot
e92f5890aa
Merge pull request #21360 from vishh/21252
...
Auto commit by PR queue bot
2016-02-17 05:00:25 -08:00
Marek Grabowski
411e7671f1
Merge pull request #21371 from wojtek-t/kubemark_in_us
...
Run 100-node Kubemark in US to enable running load test there.
2016-02-17 13:44:53 +01:00
k8s-merge-robot
207b90ae63
Merge pull request #19578 from quinton-hoole/2016-01-04-ube-lite-e2e
...
Auto commit by PR queue bot
2016-02-17 04:29:48 -08:00
k8s-merge-robot
237105fd0e
Merge pull request #21372 from gmarek/gather
...
Auto commit by PR queue bot
2016-02-17 03:57:12 -08:00
k8s-merge-robot
a5bb33bb4a
Merge pull request #21356 from vishh/gce-salt
...
Auto commit by PR queue bot
2016-02-17 03:29:35 -08:00
k8s-merge-robot
8a537d481a
Merge pull request #21350 from dchen1107/test1
...
Auto commit by PR queue bot
2016-02-17 02:26:52 -08:00
k8s-merge-robot
6d50c226c2
Merge pull request #21345 from CenturyLinkCloud/master
...
Auto commit by PR queue bot
2016-02-17 02:26:51 -08:00
k8s-merge-robot
c6b6fb6ef2
Merge pull request #21327 from amygdala/gbphp
...
Auto commit by PR queue bot
2016-02-17 02:26:50 -08:00
k8s-merge-robot
4c69bdaacd
Merge pull request #21294 from luxas/add_arm_test_targets
...
Auto commit by PR queue bot
2016-02-17 02:26:49 -08:00
Marek Grabowski
c0024626ff
Merge pull request #21307 from wojtek-t/store_master_logs_in_kubemark
...
Store logs from master components from Kubemark runs in GCS
2016-02-17 11:13:45 +01:00
gmarek
024322a651
Fix getting last command result in kube-up
2016-02-17 11:12:06 +01:00
Marek Grabowski
041d6bc775
Merge pull request #21370 from gmarek/gather
...
Fix bug in resource gatherer and add logging to help debug if it doesn't help
2016-02-17 09:56:49 +01:00