- 10 Feb, 2015 3 commits
-
-
Brian Grant authored
Rename ResourceRequirementSpec to ResourceRequirements.
-
Saad Ali authored
Fix wrong port on kubernetes service
-
Brian Grant authored
Remove pods from failed node
-
- 09 Feb, 2015 30 commits
-
-
Vishnu Kannan authored
-
Deyuan Deng authored
-
Deyuan Deng authored
-
Deyuan Deng authored
Make periodic sync nodes from -cloud_provider/-machines optional.
-
Tim Hockin authored
Integration tests should use 127.0.0.1 consistently
-
Ravi Sankar Penta authored
--sync_nodes=false gives user flexibility to add/remove nodes in the cluster using REST api/kubectl cli and at the same time can use cloud provider for other resources like persistent disks, etc.
-
Zach Loafman authored
Revert "Fix vagrant networking"
-
Zach Loafman authored
-
Satnam Singh authored
Port endpoints.go test to new-style Gingko test
-
Zach Loafman authored
-
Clayton Coleman authored
Fix vagrant networking
-
Clayton Coleman authored
-
Rajat Chopra authored
-
roberthbailey authored
Report more information about nodes during cluster validation
-
Satnam Singh authored
-
Brendan Burns authored
Now that we automatically format GCE PD, remove formatting from the e2e.
-
Satnam Singh authored
Eliminate use of glog in test/e2e/util.go, convert functions to return errors
-
Rajat Chopra authored
-
Jeff Lowdermilk authored
Use name from server when displaying create/update
-
Jeff Lowdermilk authored
rev the version for get-kube.sh
-
Tim Hockin authored
Add more information to Validator error messages.
-
Marek Grabowski authored
-
Deyuan Deng authored
NodeController should tolerate when nodes already exist
-
Zach Loafman authored
* Also add variable timeout as well * And nail in coffin for glog in this file!
-
Zach Loafman authored
Also change it to take a variable timeout
-
Zach Loafman authored
Also remove a bunch of dead code. This is a step along the path to getting rid of all the glog in util.go.
-
Zach Loafman authored
Add a timeout to waitForPodRunning
-
Zach Loafman authored
* Add a timeout, convert the function to return an error (which gives a reasonable status message for callers). * Start converting glog to By.
-
Clayton Coleman authored
During startup, if nodes have already been defined the controller does not need to create them, just needs to keep them up to date. When defining a static list, the controller would loop and fail repeatedly if the node existed. I don't know if we need to update the node during registration, as long as the sync loop checks it later.
-
Clayton Coleman authored
Allows generated names from files to be displayed so users can interact with them.
-
- 07 Feb, 2015 7 commits
-
-
Brendan Burns authored
-
Brendan Burns authored
Also remove docs that note that it is necessary.
-
Tim Hockin authored
* Rename a field to make it more obvious. * Fix some comments and other minor artifacts. Verified by hitting the service on 443, and by hitting the master on 8080, 6443, and 7080.
-
Rajat Chopra authored
-
Jeff Lowdermilk authored
Actually use the safeFormatAndMounter...
-
Zach Loafman authored
E2e events 4220
-
Brendan Burns authored
-