Commit Graph

5953 Commits (fcee2e16b904dc124033eeaff5735744ed892b76)

Author SHA1 Message Date
Vishnu Kannan d0524d4778 Rename ResourceRequirementSpec to ResourceRequirements. 2015-02-09 23:19:38 +00:00
Deyuan Deng 4c6f6e0efc Refactor RegisterRetryCount, improve tests 2015-02-09 17:55:28 -05:00
Deyuan Deng 55b9944cfe Remove pods from failed node 2015-02-09 17:50:24 -05:00
Deyuan Deng f5bc43a46c Merge pull request #3498 from pravisankar/ravi/sync-nodes-optional
Make periodic sync nodes from -cloud_provider/-machines optional.
2015-02-09 17:45:56 -05:00
Rajat Chopra 1d12cad456 Fix vagrant networking. Include the master as part of overlay. And remove STP for efficiency.
fix e2e services for vagrant
Kubelet should wait on SDN to finish
Do not require docker on master for default clouds
2015-02-09 14:37:27 -08:00
Tim Hockin 488bf23034 Merge pull request #4254 from smarterclayton/integration_tests_should_use_127001
Integration tests should use 127.0.0.1 consistently
2015-02-09 14:36:04 -08:00
Ravi Sankar Penta 3a5ef05f64 Make periodic sync nodes from cloud provider optional.
--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.
2015-02-09 13:42:44 -08:00
Zach Loafman 25659cf1b3 Merge pull request #4257 from GoogleCloudPlatform/revert-4204-master
Revert "Fix vagrant networking"
2015-02-09 13:41:31 -08:00
Zach Loafman 6b8c332cd3 Revert "Fix vagrant networking" 2015-02-09 13:40:11 -08:00
Satnam Singh 5f3bc33d01 Merge pull request #4256 from zmerlynn/port_endpoints
Port endpoints.go test to new-style Gingko test
2015-02-09 12:56:54 -08:00
Zach Loafman a8991edf9e Port endpoints.go test to new-style Gingko test 2015-02-09 12:37:56 -08:00
Clayton Coleman d6069aa13a Merge pull request #4204 from rajatchopra/master
Fix vagrant networking
2015-02-09 14:52:13 -05:00
Clayton Coleman 4369e31b9d Integration tests should use 127.0.0.1 consistently 2015-02-09 14:30:31 -05:00
Rajat Chopra 9f10108758 Kubelet should wait on SDN to finish 2015-02-09 11:22:14 -08:00
roberthbailey a84e94574f Merge pull request #4252 from satnam6502/kubeup
Report more information about nodes during cluster validation
2015-02-09 10:31:19 -08:00
Satnam Singh a57d4c593c Report the found minions during validation of cluster 2015-02-09 10:19:04 -08:00
Brendan Burns 301eba9d5f Merge pull request #4234 from brendandburns/e2e2
Now that we automatically format GCE PD, remove formatting from the e2e.
2015-02-09 10:12:02 -08:00
Satnam Singh d927049775 Merge pull request #4249 from zmerlynn/more_test_stuff
Eliminate use of glog in test/e2e/util.go, convert functions to return errors
2015-02-09 10:02:47 -08:00
Rajat Chopra db493dc6ce stick to num_minions=1 for the default 2015-02-09 09:59:31 -08:00
Jeff Lowdermilk 6021dcba30 Merge pull request #4213 from smarterclayton/use_name_from_server
Use name from server when displaying create/update
2015-02-09 09:41:20 -08:00
Jeff Lowdermilk 28a42f08cf Merge pull request #4238 from brendandburns/simple
rev the version for get-kube.sh
2015-02-09 09:40:19 -08:00
Tim Hockin 28cd5bd440 Merge pull request #4174 from gmarek/master
Add more information to Validator error messages.
2015-02-09 09:19:12 -08:00
Marek Grabowski 72a066a992 Add more information to Validator error messages. 2015-02-09 18:07:09 +01:00
Deyuan Deng 91b43a4b16 Merge pull request #4165 from smarterclayton/ignore_already_exists_errors_on_create_node
NodeController should tolerate when nodes already exist
2015-02-09 11:01:17 -05:00
Zach Loafman fe838fca64 Convert waitForPodSuccess to error form, glog->By
* Also add variable timeout as well
* And nail in coffin for glog in this file!
2015-02-09 07:48:07 -08:00
Zach Loafman ff67052408 Convert waitForPodNotPending from glog to By, and to error form
Also change it to take a variable timeout
2015-02-09 07:32:41 -08:00
Zach Loafman 2e4a1e910b Change loadClientOrDie to return an error
Also remove a bunch of dead code. This is a step along the path to
getting rid of all the glog in util.go.
2015-02-09 07:14:52 -08:00
Zach Loafman c0d7e58be4 Merge pull request #4243 from zmerlynn/wait_for_pod_timeout
Add a timeout to waitForPodRunning
2015-02-09 07:13:29 -08:00
Zach Loafman 2be3139926 Add a timeout to waitForPodRunning
* Add a timeout, convert the function to return an error (which gives
a reasonable status message for callers).
* Start converting glog to By.
2015-02-09 06:36:53 -08:00
Clayton Coleman 8c1206ca2d NodeController should tolerate when nodes already exist
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.
2015-02-08 21:44:08 -05:00
Clayton Coleman 52c6c60b15 Use name from server when displaying create/update
Allows generated names from files to be displayed so users can
interact with them.
2015-02-08 21:40:47 -05:00
Brendan Burns a86f43bf53 rev the version for get-kube.sh 2015-02-06 22:14:58 -08:00
Brendan Burns e7a69504b4 Now that we automatically format GCE PD, remove formatting from the e2e test.
Also remove docs that note that it is necessary.
2015-02-06 20:30:58 -08:00
Tim Hockin 2707bcf10e Fix wrong port on kubernetes service
* 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.
2015-02-06 20:23:17 -08:00
Rajat Chopra a9d8713db4 fix e2e services for vagrant 2015-02-06 18:34:27 -08:00
Jeff Lowdermilk c9c98ab19e Merge pull request #4232 from brendandburns/e2e2
Actually use the safeFormatAndMounter...
2015-02-06 17:35:51 -08:00
Zach Loafman afcfe96fc8 Merge pull request #4223 from rrati/e2e-events-4220
E2e events 4220
2015-02-06 17:03:39 -08:00
Brendan Burns cc7279f6a8 Actually use the safeFormatAndMounter... 2015-02-06 17:01:05 -08:00
Zach Loafman e9f74de68d Merge pull request #4230 from brendandburns/e2e2
Fix kube-up.sh for OS X.
2015-02-06 16:51:02 -08:00
Brendan Burns 49a9f8b512 Fix kube-up.sh for OS X. 2015-02-06 16:35:39 -08:00
Jeff Lowdermilk 59b6660c5e Merge pull request #4227 from a-robinson/metrics
Add Godeps for the Prometheus monitoring client library and its dependencies
2015-02-06 16:15:01 -08:00
Brian Grant a8964c58c9 Merge pull request #4130 from ddysher/node-lifecycle
Populate node status transition timestamp and reason
2015-02-06 16:05:36 -08:00
Deyuan Deng 08721e0a00 Populate node statu transition timestamp and reason 2015-02-06 18:42:41 -05:00
Jeff Lowdermilk 172b2d0fb2 Merge pull request #4229 from zmerlynn/gingko_flags
Turn on color, turn on EmitSpecProgress
2015-02-06 15:37:00 -08:00
Jeff Lowdermilk 45fc7fe4ac Merge pull request #4219 from derekwaynecarr/new_test_case
Improve test case on resource defaults sample plugin
2015-02-06 15:34:05 -08:00
Tim Hockin e89a4ef33f Merge pull request #4151 from brendandburns/fixer
Adjust replication controller validation to be more flexible. Fix docs.
2015-02-06 15:26:13 -08:00
Zach Loafman 845605458a Turn on color, turn on EmitSpecProgress 2015-02-06 15:24:32 -08:00
Brendan Burns 31ce2a9411 Adjust replication controller validation to be more flexible about
read/write volumes.
Update docs to reflect reality as it is implemented.
2015-02-06 14:58:21 -08:00
Zach Loafman b77abb5945 Merge pull request #4221 from brendandburns/pd_fix
Make gce_safe_format_and_mount actually work correctly.
2015-02-06 14:50:20 -08:00
Zach Loafman ae6f81e24a Merge pull request #4226 from filbranden/e2e_standalone_scripts2
Turn the hack/e2e.go commands into standalone scripts.
2015-02-06 14:39:12 -08:00