- 06 Oct, 2015 20 commits
-
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Marek Grabowski authored
Check for number of scheduled, not running nodes in scheduler_predicates test
-
Marek Grabowski authored
Unset NUM_MINIONS variable in Kubemark Jenkins run, to allow use of Kubemark default
-
gmarek authored
-
gmarek authored
-
Marek Grabowski authored
Wait for all HollowNodes to become ready in start-kubemark.sh
-
gmarek authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Mike Danese authored
break up daemonset test into two small tests to isolate flakiness
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Alex Robinson authored
Write log if two replication controller overlap
-
Jeff Grafton authored
Also enable this option in our Jenkins runs.
-
mqliang authored
-
Alex Robinson authored
Multiple rbd volume enhancements
-
Alex Robinson authored
examples/vitess: Update for Vitess v2.0.0-alpha3
-
Alex Robinson authored
kubectl get jobs printing fix
-
Alex Robinson authored
Turn on smarter FakeDockerClient in HollowNode.
-
Alex Robinson authored
MESOS: bugfix, configure oomAdjuster so that it gets passed on to the kubelet
-
Alex Robinson authored
Wait longer for job to complete
-
- 05 Oct, 2015 20 commits
-
-
Alex Robinson authored
Fix documentation in clientcmd/doc.go.
-
Alex Robinson authored
AWS: Create DHCP Option Set on kube-up
-
Alex Robinson authored
expose: Truncate service names
-
Alex Robinson authored
Move events to a separate etcd instance
-
Alex Robinson authored
Unrevert #14608 and decrease the latency of GCE load balancer deletions
-
Mike Danese authored
-
Alex Robinson authored
This will cut down on the amount of time it takes to delete an external load balancer, which should reduce the likelihood of resource leaks when clusters are deleted.
-
Alex Robinson authored
as goroutines, blocks until they're all done executing, and combines the results into an Aggregate error.
-
Alex Robinson authored
This code was in rough shape, so I've fixed the issues with the original PR as well as a few other changes: 1. Clarify the error messages related to the "gce Addresses" to make it clear we're talking about static IP addresses 2. Fix the bug in the original PR, which was a nil pointer dereference from passing op to waitForRegionOp when the address doesn't exist. 3. Rearrange the steps of EnsureTCPLoadBalancerDeleted to be the reverse of EnsureCreated, which mostly just seems like good practice to me. This is also supported by the following two bugs I found :( 4. Fix an independent bug of returning too early if the target pool doesn't exist, effectively stranding the firewall. This was likely introduced because target pools used to be the last thing deleted, so it was previously safe to return there. 5. Fix an independent bug of not returning an error waiting for the target pool to be deleted failed. This was very possibly causing target pool leaks in our e2e tests. This was similarly due to assuming that the target pool was the last thing deleted in the function, then having the firewall deletion stuck in after it.
-
Alex Robinson authored
Services e2e cleanup
-
Alex Robinson authored
Record pod history in daemon restart e2e
-
Alex Robinson authored
Pod level SELinux context and volumes
-
Alex Robinson authored
Preparation for Mesos kubelet code-deduplication
-
Alex Robinson authored
make patch handle conflicts gracefully
-
Alex Robinson authored
Remove reference to "Shell" from jenkins/e2e.sh
-
Alex Robinson authored
Add opencontrail networking provisioning support in kubernetes via salt based provisioning
-
Mike Danese authored
-
Alex Robinson authored
Add option to allow security context in local cluster
-
Alex Robinson authored
Add ingress to kubectl-overview
-
Alex Robinson authored
Fix missing display of BestEffort resources in kubectl describe
-