- 07 Apr, 2015 40 commits
-
-
Tim Hockin authored
Rename and rejigger flags to make it more obvious what is happening. Change the default listen from ChooseHostInterface() to 0.0.0.0.
-
Clayton Coleman authored
Updated CLI roadmap.
-
Brian Grant authored
adding release notes guidelines to the (new) releases policy.
-
Rohit Jnagal authored
Revert "kubelet: Remove GetRecentDockerContainersWithNameAndUUID."
-
Quinton Hoole authored
-
Clayton Coleman authored
refactor to move kubectl.cmd.Factory to kubect/cmd/util
-
Derek Carr authored
Controller framework
-
Brian Grant authored
Fix liveness probe in pod.json example
-
Rohit Jnagal authored
Create Prerequisites section of GCE getting started guide
-
David Oppenheimer authored
Change default Kubelet NodeStatusUpdateFrequency from 2s to 10s.
-
Nikhil Jindal authored
Make the client.Fake more powerful by standardizing how the fake loads data
-
David Oppenheimer authored
-
Victor Marmol authored
Remove unused code in kubelet/server_test.go
-
Vish Kannan authored
Fixed typo
-
Prashanth Balasubramanian authored
-
Brendan Burns authored
-
Clayton Coleman authored
Standardize how our fakes are used so that a test case can use a simpler mechanism for providing large, complex data sets, as well as represent queries over time.
-
Brendan Burns authored
example ansible setup repo
-
Yu-Ju Hong authored
The code creates a channel and a go routine waiting for update, which is never used by any test. Remove the unused code.
-
deads2k authored
-
David Oppenheimer authored
Move NodeController constants to flags
-
Sam Ghods authored
The "Troubleshooting" section of the Google Compute Engine is more like a prerequisites section, like the AWS guide. This reorganizes the guide to reflect that. (The "Networking" section actually is more of a troubleshooting section.)
-
Victor Marmol authored
kubelet: Refactor RunInContainer/ExecInContainer/PortForward.
-
Victor Marmol authored
Update cAdvisor with moved docker root on AWS
-
Justin Santa Barbara authored
We set up a symlink now, and we also pass docker_root into the kubelet. The symlink is probably sufficient, but doing both feels safer.
-
António Meireles authored
per the ongoing conversation at GoogleCloudPlatform/kubernetes#6213 Signed-off-by:António Meireles <antonio.meireles@reformi.st>
-
Brendan Burns authored
Disable nginx service
-
markturansky authored
-
Rohit Jnagal authored
Use ginkoRecover to prevent shell.go from causing cryptic crash when run...
-
Vish Kannan authored
implement glusterfs volume plugin
-
Rohit Jnagal authored
Move GKE to the top of the list of supported solutions.
-
Clayton Coleman authored
Fix exec/portforward minions->nodes
-
Derek Carr authored
Added PVClaim status subresource
-
Brian Grant authored
Remove Schedulable Condition. Only Unschedulable bit from Spec will be used.
-
Rohit Jnagal authored
Make minion disk size in GCE kube-up customizable
-
Rohit Jnagal authored
Few fixes of density test
-
Brian Grant authored
Improve the output of the swagger API for watch events
-
Clayton Coleman authored
RunCreate don't need the cmd arg any more
-
gmarek authored
-
Clayton Coleman authored
-