- 26 Sep, 2015 1 commit
-
-
nikhiljindal authored
-
- 25 Sep, 2015 39 commits
-
-
Brian Grant authored
Pod-level security context proposal
-
Brian Grant authored
Maintain an IP address independent of the forwarding rule for GCE plus bug fixes
-
Brian Grant authored
Add a slow e2e test to monitor kubelet resource usage
-
Brian Grant authored
Add new GCE PD E2E test to verify two PDs attached to one container
-
Brian Grant authored
DaemonSets adds a Status subresource
-
Brian Grant authored
MESOS: updated mesos-go and dep libs: zk and gogo/protobuf
-
Brian Grant authored
MESOS: try not to leave dangling zombie procs when minion controller exits
-
Brian Grant authored
consolidate a bunch of FakePodControl testclients into a shared one
-
Brian Grant authored
Refactor KubeProxy to allow mocking of all moving parts.
-
Brian Grant authored
MESOS: Remove unused Watch code in executor
-
Brian Grant authored
Allow pre-binding of Persistent Volumes to PVClaims
-
Brian Grant authored
Fix 'ContainersMap' feature in fake-docker-client.
-
Brian Grant authored
Add a method for encoding directly to a io.Writer and use it for HTTP
-
Paul Morie authored
-
Brian Grant authored
Refactor image manager for client/server implementation of the container runtime
-
Brian Grant authored
del the unused code
-
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.
-
Brian Grant authored
add pod garbage collection
-
Brian Grant authored
Healthcheck the kubelet on the secure port rather than the read-only port.
-
Brian Grant authored
easier auto-conversion, strict compat with deprecatedPublicIPs
-
Brian Grant authored
Improve conflict errors in namespace controller
-
Brian Grant authored
simplify group-version-to-pkg-path
-
Brian Grant authored
Improve message from kubectl config
-
Brian Grant authored
Fix a race in pod backoff.
-
Brian Grant authored
Ensure ResourceQuota values are non-negative
-
Brian Grant authored
Partial fix for issue #14263
-
Brian Grant authored
Fix error message for non-existent namespace
-
Brian Grant authored
Remove use of "minion" from graphic
-
Brendan Burns authored
-
derekwaynecarr authored
-
Dr. Stefan Schimanski authored
-
Marcin Wielgus authored
Small fixes in autoscaling e2e utils
-
Salvatore Dario Minonne authored
-
Piotr Szczesniak authored
-
Marcin Wielgus authored
Allow enabling deployment controller on GCE and GKE
-
Marcin Wielgus authored
Another attempt to fix problem with not ready endpoints in autoscalin…
-
Piotr Szczesniak authored
-
Marcin Wielgus authored
Actually enabled Horizontal Pod Autoscaling tests
-
Brian Grant authored
Revert "cni network plugin"
-