Commit Graph

8740 Commits (bfde7e0735d1b09974346ada8bdbe91b6d81b1c7)

Author SHA1 Message Date
Rohit Jnagal bfde7e0735 Merge pull request #6429 from lavalamp/fix
Oops, let's be careful about licensing.
2015-04-06 09:20:18 -07:00
Rohit Jnagal 1ecb926ace Merge pull request #6427 from zmerlynn/upgrade_master
First hack at upgrade script for GCE
2015-04-06 09:03:26 -07:00
Rohit Jnagal fe735d33ac Merge pull request #6441 from smarterclayton/hide_already_exists_error
Do not log "event already exists" errors
2015-04-06 08:59:46 -07:00
Rohit Jnagal 6b51476791 Merge pull request #6460 from jayunit100/gofmtmsg
Make gofmt message precise  (-s option)
2015-04-06 08:58:20 -07:00
Rohit Jnagal 6d6f0d9000 Merge pull request #6449 from ghodss/fix-flakey-integration
Fix flakey integration test due to slow endpoints controller
2015-04-06 08:58:03 -07:00
Rohit Jnagal 25eec38709 Merge pull request #6448 from kazegusuri/fix-resourcequota-doc
fix broken tables in docs/resouce_quota_admin.md
2015-04-06 08:57:52 -07:00
Victor Marmol 1c8c33a8dc Merge pull request #6397 from vishh/update_cadvisor
Updating cadvisor deps.
2015-04-06 08:38:46 -07:00
Zach Loafman 616c6be653 Refactor the "gcloud compute instances create" call as well. 2015-04-06 08:35:02 -07:00
Derek Carr 9bf35e04c4 Merge pull request #6002 from markturansky/yoko_pv_client
PersistentVolume & PersistentVolumeClaim Client
2015-04-06 11:05:07 -04:00
markturansky ff86ae0705 Fixed RESTCreate/Update interface methods 2015-04-06 08:46:44 -04:00
markturansky 69d1d235cd Rebased and updated 2015-04-06 08:46:44 -04:00
markturansky a5ebacb043 changed claimed validation from length check to specific storage check 2015-04-06 08:46:44 -04:00
markturansky c4a53a23bd Added validation to prevent mutating Claim.Spec after binding 2015-04-06 08:46:44 -04:00
markturansky 95bd170ca2 PV & PVC Client implementation 2015-04-06 08:46:43 -04:00
jayunit100 8d6c163650 Make gofmt message explicit about -s option 2015-04-06 00:12:06 -04:00
Zach Loafman 9e5fd874cc First hack at upgrade script for GCE:
Address #6075: Shoot the master VM while saving the master-pd. This
takes a couple of minor changes to configure-vm.sh, some of which also
would be necessary for reboot. In particular, I changed it so that the
kube-token instance metadata is no longer required after inception;
instead, we mount the master-pd and see if we've already created the
known tokens file before blocking on the instance metadata.

Also partially addresses #6099 in bash by refactoring the kube-push
path.
2015-04-05 11:42:34 -07:00
Sam Ghods d37f1cdfef Fix flakey integration test due to slow endpoints controller 2015-04-05 03:33:02 -07:00
Masahiro Sano d50af6c6bf fix broken tables in docs/resouce_quota_admin.md 2015-04-05 18:59:06 +09:00
David Oppenheimer c048e6fcbf Merge pull request #6443 from davidopp/master
Remove use of events from NodeController, to temporarily fix #6199
2015-04-04 12:13:48 -07:00
David Oppenheimer c4a595aa7f Remove use of events from NodeController, to temporarily fix #6199 2015-04-04 11:56:43 -07:00
Clayton Coleman aee73d6729 Do not log "event already exists" errors
When the server rejects an event because it has already been created, log it
at a very high level (debug) instead of the default level. Duplicate events
typically only occur due to programmer error or failure conditions, so they
can safely be ignored in production environments.
2015-04-04 11:35:56 -04:00
Yu-Ju Hong dbd7b186a0 Merge pull request #6338 from smarterclayton/improve_config_error
Return a typed error for config validation, and make errors simple
2015-04-03 18:08:15 -07:00
Yu-Ju Hong 70a0a93f05 Merge pull request #5682 from justinsb/options_docs
More options documentation
2015-04-03 18:06:42 -07:00
Daniel Smith 78b8f9599f Fix another license problem. 2015-04-03 17:06:29 -07:00
Daniel Smith 2c93080373 Fix licensing for forked code. 2015-04-03 17:06:24 -07:00
Brian Grant 61ddda0b2c Merge pull request #6431 from ghodss/pin-patch-test
Temporarily skip PATCH integration tests for v1beta3
2015-04-03 17:00:54 -07:00
Vishnu Kannan 86d421ec5e Updating cadvisor deps. This is necessary for handling sys oom events in kubelet. 2015-04-03 23:43:44 +00:00
Sam Ghods 8a62b0d9f6 Temporarily skip PATCH integration tests for v1beta3 2015-04-03 16:39:20 -07:00
Brian Grant b0b6418ca3 Merge pull request #6377 from nikhiljindal/kubevtl
Updating components to use v1beta3
2015-04-03 15:58:09 -07:00
Jeff Grafton 274c607f6d Merge pull request #6425 from zmerlynn/less_chatty_push
Be less chatty when we're uploading to GCS
2015-04-03 15:43:41 -07:00
Yu-Ju Hong 93d5c819d2 Merge pull request #6426 from satnam6502/kibana-image
Update Kibana to v1.2 which paramaterizes location of Elasticsearch
2015-04-03 15:43:03 -07:00
nikhiljindal f2b72931fc Updating components to use v1beta3 2015-04-03 15:19:14 -07:00
Zach Loafman f96fbfe174 Merge pull request #6422 from ArtfulCoder/local_etcd
Run etcd on localhost for all providers.
2015-04-03 15:17:50 -07:00
Brian Grant 0d95883593 Merge pull request #6027 from ghodss/kube-patch
Implement Strategic Merge Patch in apiserver
2015-04-03 15:08:51 -07:00
Satnam Singh cfb8577324 Update Kibana to v1.2 which paramaterizes location of Elasticsearch 2015-04-03 14:55:00 -07:00
Zach Loafman 18a11c1cb7 Be less chatty when we're uploading to GCS 2015-04-03 14:54:52 -07:00
Brian Grant 8e91097f82 Merge pull request #6423 from lavalamp/fix
Fix incorrect reference to name in v1beta3 API.
2015-04-03 14:45:47 -07:00
Satnam Singh e4c91df35f Merge pull request #5776 from jonlangemak/fluentd-elasticsearch-kibanafix
Added API variables so Kibana could access ES through the API server
2015-04-03 14:43:05 -07:00
Yu-Ju Hong ab13d64255 Merge pull request #6420 from vishh/proxy_logs
Updating kube-proxy logging levels to assist debugging.
2015-04-03 14:34:36 -07:00
Brendan Burns 88dbdc4a69 Merge pull request #6203 from brendandburns/qps
Add a QPS limiter to the kubernetes client.
2015-04-03 14:24:29 -07:00
Daniel Smith 34b399ca02 Fix incorrect reference to name in v1beta3 API. 2015-04-03 14:10:47 -07:00
Abhishek Shah fb665ede4c Run etcd on localhost for all providers. 2015-04-03 14:00:44 -07:00
Justin Santa Barbara 5d7f86b041 More options documentation 2015-04-03 13:44:06 -07:00
Eric Tune e49424785e Merge pull request #6380 from roberthbailey/kubelet-ssl
Configure the kubelet to use HTTPS (take 2)
2015-04-03 13:43:00 -07:00
Vishnu Kannan eb1c453a9a Updating kube-proxy logging levels to assist debugging. 2015-04-03 20:19:52 +00:00
Daniel Smith 0c2d3ffe68 Single-key matching behavior in generic.Matcher 2015-04-03 13:11:21 -07:00
Yu-Ju Hong 3d1dfd47ee Merge pull request #6418 from jdef/fix_6416
fixes data race in node controller
2015-04-03 12:26:56 -07:00
Zach Loafman 98bf5ae8cb Merge pull request #6417 from ArtfulCoder/local_etcd
Etcd listens on localhost for GCE
2015-04-03 12:18:02 -07:00
James DeFelice 4d3a9e2203 fixes #6416 2015-04-03 19:13:25 +00:00
Brendan Burns 3f98ac07c2 Add a QPS limiter to the kubernetes client. 2015-04-03 11:58:51 -07:00