- 08 Aug, 2015 6 commits
-
-
Satnam Singh authored
Move userspace code to sub-package in proxy.
-
Satnam Singh authored
Revert "Add e2e test monitoring current container resource usage"
-
Satnam Singh authored
-
BenTheElder authored
-
BenTheElder authored
-
BenTheElder authored
Moves the userspace code in proxy to a sub-package and adds the ProxyProvider interface. This is in preparation for landing an implementation of https://github.com/GoogleCloudPlatform/kubernetes/issues/3760, which will mostly be in another sub package for iptables.
-
- 07 Aug, 2015 34 commits
-
-
Satnam Singh authored
Convert underscore to dash
-
Satnam Singh authored
Add Save, SaveAll, Restore, RestoreAll to pkg/util/iptables
-
BenTheElder authored
also put TODO for unit tests, move defer file deletion until after file creation error is checked.
-
Satnam Singh authored
Reverting "Updating swagger-ui to the latest version #10902"
-
Satnam Singh authored
Add e2e test monitoring current container resource usage
-
Satnam Singh authored
Kubectl describe command accepts a filename param
-
Satnam Singh authored
kubelet: Add 'image pulling' event. Refactor dockerManager.createPodInfraContainer()
-
Brendan Burns authored
Improve architecture diagram readability
-
Satnam Singh authored
Add support for request
-
Satnam Singh authored
Add QoS support on node
-
Satnam Singh authored
QoS proposal
-
BenTheElder authored
Adds utility wrappers for `iptables-save` and `iptables-restore` to the iptables Interface in pkg/util/iptables. Also const’s command strings.
-
nikhiljindal authored
This reverts commit 3020fe8ebfbb9ee0a1f76fd9afb09b8d577e420e, reversing changes made to de15703af096cad38d40361d696e236d197895cf.
-
Yifan Gu authored
Replace the trunk of pull image code with dockerManagner.pullImage(). Also add tests to verify the image pulling/pulled events.
-
Ananya Kumar authored
-
Satnam Singh authored
Don't wrongly identify endpoint addresses only due to equal IP
-
Satnam Singh authored
Add age column for all resources when using 'kubect get'
-
Satnam Singh authored
status hook for the container network
-
Yifan Gu authored
Since it takes a while (1-2mins) for kubelet to pulling a big image (>500MB). Just showing "Pending" for pod status is not very helpful. This commit introduces a "pulling" event, and inserts it before the kubelet starts to pull an image.
-
Satnam Singh authored
Replace usage of ifup and ifdown in the reboot test with ifconfig
-
Satnam Singh authored
Bump fsouza/go-dockerclient godep
-
Ananya Kumar authored
-
Eric Paris authored
-
Eric Paris authored
-
Eric Paris authored
-
Eric Paris authored
-
Eric Paris authored
-
Eric Paris authored
All binaries in kubenretes show `-` for help and seem to expect `-`. Although `_` also works. The inconsistencies across the codebase using - and _ result in difficultly using things like grep to find things that need to be changed.
-
Jerzy Szczepkowski authored
Revert "Move prioritizer function EqualPriority to package priorities"
-
Jerzy Szczepkowski authored
-
Jerzy Szczepkowski authored
Move prioritizer function EqualPriority to package priorities
-
Jerzy Szczepkowski authored
Event test client may or may not be namespaced
-
Jerzy Szczepkowski authored
Add a test for HTTP health checks that validates healthy pods stay up
-
hurf authored
Instead of using human-oriented output, use -o template to validate cluster in order to avoid error caused by column change.
-