- 10 Aug, 2015 11 commits
-
-
Eric Paris authored
pflag can handle IP addresses so use the pflag code instead of doing it ourselves. This means our code just uses net.IP and we don't have all of the useless casting back and forth!
-
Marek Grabowski authored
Add timestamps to test info logs
-
Marek Grabowski authored
Add NodeInternalIP for Node's Addresses when cloud provider is nil
-
Marek Grabowski authored
kubectl describe pod should print lastState
-
Marek Grabowski authored
Add support for `--restart`
-
Marek Grabowski authored
typo where echanisms should be mechanisms
-
Marek Grabowski authored
Post v1 fixes
-
Marek Grabowski authored
Improve clarity around PodFitsResource(issue#11453)
-
Marek Grabowski authored
Tuned the kube-proxy upstart script
-
Marek Grabowski authored
Extra newlines in error output
-
Marek Grabowski authored
Copy edits for typos
-
- 09 Aug, 2015 3 commits
-
-
Ed Costello authored
-
Clayton Coleman authored
StandardErrorMessage does not have a newline by default, other error messages should not end with a newline.
-
Philibert Dugas authored
https://github.com/GoogleCloudPlatform/kubernetes/issues/5461 Upstart scripts need to specify explicitely the nofile limit
-
- 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 20 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.
-
Brendan Burns authored
-
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.
-