- 26 May, 2016 40 commits
-
-
Alex Mohr authored
Temporarily disable node-problem-detector to unblock #26351
-
Alex Mohr authored
Bump Node Image to container-v1-3-v20160517
-
Alex Mohr authored
e2e: fix the expectation of always running kube-system pods
-
Alex Mohr authored
Kubenet host-port support through iptables
-
Alex Mohr authored
Add metrics support for a GCE PD, EC2 EBS & Azure File volumes
-
Alex Mohr authored
Bump cAdvisor (and dependencies) godeps version
-
Alex Mohr authored
volume controller: Speed up binding by not sorting volumes
-
Alex Mohr authored
Fix builds on selinux systems
-
Random-Liu authored
-
Dawn Chen authored
-
Alex Mohr authored
make admission plugins configurable based on external criteria
-
Alex Mohr authored
Add orphaning finalizer logic to GC
-
Alex Mohr authored
Set Dashboard UI version to v1.1.0-beta1
-
Alex Mohr authored
Log output of lifecycle hooks on failure
-
Alex Mohr authored
Add RBAC authorization API group and authorizer
-
Yu-Ju Hong authored
Instruct the tests to ignore image prepull pods.
-
Alex Mohr authored
Fix broken log for deployment e2e tests
-
Marcin Wielgus authored
Increase cluster resize timeout in e2e tests from 2 min to 5 min
-
Alex Mohr authored
Add Seccomp to Annotations
-
Alex Mohr authored
AWS: Fix long-standing bug in stringSetToPointers
-
Alex Mohr authored
e2e tests for federated-apiserver
-
Alex Mohr authored
Revert "Add resource limits for master resources in density test"
-
Marcin Wielgus authored
-
Abhi Shah authored
Add dnsmasq as a DNS cache in kube-dns pod
-
Rudi Chiarito authored
Instead of N pointers, we were returning N null pointers, followed by the real thing. It's not clear why we didn't trip on this until now, maybe there is a new server-side check for empty subnetID strings.
-
Wojciech Tyczynski authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Limit concurrent route creations Ref #26119 This is supposed to improve 2 things: - retry creating route in routecontroller in case of failure - limit number of concurrent CreateRoute calls in flight. We need something like that, because we have a limit of concurrent in-flight CreateRoute requests in GCE. @gmarek @cjcullen
-
k8s-merge-robot authored
Automatic merge from submit-queue Add error checks to volume integration tests We need to know what's going on when a test fails, like in #26256
-
deads2k authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Add release_1_3 clientset in update-codegen Add release_1_3 clientset in update-codegen to keep it update-to-date; update the generated clientset.
-
k8s-merge-robot authored
Automatic merge from submit-queue Add resource limits for master resources in density test cc @jlowdermilk @fabioy
-
Wojciech Tyczynski authored
-
k8s-merge-robot authored
Automatic merge from submit-queue routecontroller: Add wait.NonSlidingUntil, use it []() Make sure the reconciliation loop kicks in again immediately if it takes a loooooong time.
-
k8s-merge-robot authored
Automatic merge from submit-queue Increase goroutinemap unit test timeouts. 50ms is flaky in Jenkins. This makes the test to take at least 0.5s to check that things that should block and wait for something really do block and wait (was 100ms before). Fixes #25825
-
k8s-merge-robot authored
Automatic merge from submit-queue Attempt 2: Bump GCE containerVM to container-v1-3-v20160517 (Docker 1.11.1) again. Workaround the issue of small root_maxkeys on the debian based container-vm image, and bump our image to the new alpha version for docker 1.11.1 validation. ref: #23397 #25893 cc/ @vishh @timstclair
-
k8s-merge-robot authored
Automatic merge from submit-queue Attach Detach Controller Business Logic This PR adds the meat of the attach/detach controller proposed in #20262. The PR splits the in-memory cache into a desired and actual state of the world.
-
k8s-merge-robot authored
Automatic merge from submit-queue GCI-backed masters mount srv/kubernetes and srv/sshproxy in the right place Fixes #26235. cc @andyzheng0831
-
k8s-merge-robot authored
Automatic merge from submit-queue Retry image pulling 5 times before giving up in node e2e. For #26203 & #26320
-
Alex Mohr authored
Flake 26126: use framework.podStartTimeout for kubectl e2e test pod launch
-
k8s-merge-robot authored
Automatic merge from submit-queue Refactor storePodsNamespacer.List() This fixes a bug in the previous version where, when we fell back on a brute force approach, we were still returning an error. It also clarifies the flow control into 3 distinct cases. The cases don't share variables any more, which makes mistakes like the one mentioned above harder.
-