Commit Graph

5704 Commits

Author SHA1 Message Date
Satnam Singh
5691b535eb Report the found minions during validation of cluster 2015-02-04 15:58:04 -08:00
Nikhil Jindal
63c07ad58b Merge pull request #4129 from smarterclayton/add_user_agent
Add user agent string to all client requests
2015-02-04 15:05:31 -08:00
Satnam Singh
9ec61ce355 Merge pull request #4004 from filbranden/e2e_podsvcenv_remove_embedded_json
Use api.Pod and api.Service objects instead of JSON snippets
2015-02-04 14:49:24 -08:00
Clayton Coleman
449f9d915e Make hack/local-up-cluster.sh work again for etcd 2 2015-02-04 17:45:53 -05:00
Clayton Coleman
0307d7ba98 Set a default user agent on all client.Client calls
Form:
  kube-controller-manager/v0.10.0 (linux/amd64) kubernetes/550b98e

  <basename(os.Argv)>/<gitVersion> (<GOOS>/<GOARCH>) kubernetes/<shortGitCommit>

Can be set by other clients
2015-02-04 17:45:53 -05:00
Brendan Burns
6e897524be Merge pull request #4093 from nelcy/master
Fix orphaned pod & volume cleanup order. Volumes need to be unmounted before pod cleanup.
2015-02-04 14:38:20 -08:00
Tim Hockin
e6e67e2662 Merge pull request #4124 from brendandburns/e2e2
Fix service generation and add tests I should have included in the first place.
2015-02-04 12:52:51 -08:00
Brendan Burns
550b98ebf4 Merge pull request #3931 from deads2k/deads-pull-more-info-from-request
pull more complete information from request
2015-02-04 12:23:20 -08:00
Brendan Burns
fa6ddf13e5 Fix service generation and add tests I should have included in the first place. 2015-02-04 12:14:53 -08:00
Brian Grant
3f28badae3 Merge pull request #3854 from yujuhong/defaults
Migrate API defaulting to a centralized location
2015-02-04 11:41:23 -08:00
Tim Hockin
d8dfea6ec7 Merge pull request #4123 from proppy/patch-1
contrib/podex: update README
2015-02-04 11:37:54 -08:00
Johan Euphrosine
787fdf3592 README: shorter filename 2015-02-04 11:31:54 -08:00
Johan Euphrosine
83638fdcf3 contrib/podex: update README
update usage
2015-02-04 11:25:20 -08:00
Alex Robinson
b852cd2c80 Merge pull request #4063 from GoogleCloudPlatform/brendandburns-patch-1
Update README.md
2015-02-04 10:51:47 -08:00
Alex Robinson
a053dbc313 Merge pull request #4088 from a-robinson/nodelabels
Add an example of how to attach labels to nodes and use nodeSelectors so...
2015-02-04 10:44:16 -08:00
Alex Robinson
67b37aa9c8 Add an example of how to attach labels to nodes and use nodeSelectors so that pods can be scheduled on specific nodes. 2015-02-04 18:43:37 +00:00
deads2k
889c4cc755 update admission control to properly indicate resource 2015-02-04 13:36:01 -05:00
deads2k
8a2fe9bd2b modify policy to correctly identify resource versus kind 2015-02-04 13:36:01 -05:00
deads2k
1c9216a45e clarify api request information 2015-02-04 13:36:01 -05:00
Brian Grant
926f46bf8a Merge pull request #3689 from erictune/multiclusterdoc
Availability and multi-cluster documentation.
2015-02-04 10:07:25 -08:00
Brendan Burns
45be0e29c1 Merge pull request #4099 from antmanler/rethinkdb-example
Contrib: add an example for running rethinkdb cluster on k8s
2015-02-04 10:07:01 -08:00
Tim Hockin
56ea873f58 Merge pull request #4116 from zmerlynn/test_dns_on_gke
Reenable TestClusterDNS on GKE now that 0.9.2 is default
2015-02-04 10:04:36 -08:00
Zach Loafman
190afa542c Reenable TestClusterDNS on GKE now that 0.9.2 is default 2015-02-04 09:34:40 -08:00
Brendan Burns
7ffbe1444a Merge pull request #4105 from thockin/kill_proxy_port
Get rid of ServiceSpec.ProxyPort
2015-02-04 09:34:20 -08:00
Brendan Burns
65e4964bc2 Merge pull request #4087 from enisoc/apiserver-proxy-redirect
Rewrite "Location" header in apiserver proxy.
2015-02-04 09:33:34 -08:00
Jeff Lowdermilk
6acac8f761 Merge pull request #3754 from deads2k/deads-remove-ns-path
remove --ns-path option from .kubeconfig file
2015-02-04 08:10:21 -08:00
Zach Loafman
7f5ed541f7 Merge pull request #4106 from brendandburns/e2e2
Fix goe2e.sh (I hope)
2015-02-04 05:24:25 -08:00
Brendan Burns
b3014e4360 Fix goe2e.sh (I hope) 2015-02-03 23:04:58 -08:00
Tim Hockin
411666decb Get rid of ServiceSpec.ProxyPort
As far as I know, nobody uses it.  It was replaced by PublicIPs.  If I were
being very polite I would leave it in internal, but since I am 99.99% sure
nobody uses it, I am cutting it.  Let's argue about it.
2015-02-03 22:45:00 -08:00
Brendan Burns
699f20598d Update README.md 2015-02-03 20:47:08 -08:00
Brendan Burns
ce5a9c39ad Update README.md 2015-02-03 20:45:54 -08:00
Brendan Burns
9384f01d56 Merge pull request #4081 from a-robinson/badlink
Fix the broken links in the labels and access design docs.
2015-02-03 20:44:20 -08:00
Antmanler
de25c0aa64 Add an example for running rethinkdb cluster on k8s 2015-02-04 12:35:13 +08:00
Zach Loafman
ffe6149d51 Merge pull request #4097 from jlowdermilk/fix-jenkins-e2e
Fix get-password for gce
2015-02-03 20:09:48 -08:00
Jeff Lowdermilk
06aa8bd164 Fixes get-password for gce 2015-02-03 19:38:24 -08:00
chakri
9508b2bf12 Fix orphaned pod & volume cleanup order. Volumes need to be unmounted before pod cleanup. 2015-02-04 01:46:28 +00:00
Satnam Singh
72ad4f12bd Merge pull request #4092 from zmerlynn/parameterize_monitoring_logging
Parameterize ENABLE_{NODE,CLUSTER}_{LOGGING,MONITORING} and LOGGING_DESTINATION
2015-02-03 17:40:15 -08:00
Zach Loafman
2f546ce649 Parameterize ENABLE_{NODE,CLUSTER}_{LOGGING,MONITORING} and LOGGING_DESTINATION
In config-{default,test.sh}. This will make it possible for e.g.
Jenkins to override LOGGING_DESTINATION. Also reorder the parameters
so they're in the same order across files for easier scanning.
2015-02-03 17:23:17 -08:00
Brian Grant
be310ac8c3 Merge pull request #4085 from ddysher/fix-node-name
Lower case node names before registering
2015-02-03 17:10:50 -08:00
Tim Hockin
bffb418985 Merge pull request #4080 from thockin/proxy-close-race
Fix a race in kube-proxy causing runaways
2015-02-03 17:09:10 -08:00
Tim Hockin
3b5ea74a48 Fix a race in kube-proxy causing runaways
It was an ABA problem where the proxy loop might see its own service as
"existing" when it had been destroyed and recreated (as in an update).

To prove this I added a counter of running ProxyLoop goroutines and check that
in tests.  If I undo my main change, the tests fail.  This makes the
proxier_test significantly slower (3 seconds vs 0.5 seconds).  Sorry.
2015-02-03 17:08:09 -08:00
Brian Grant
75ebde3814 Merge pull request #3999 from nikhiljindal/go-restful
Moving /watch, /proxy and /redirect registrations to go-restful
2015-02-03 15:59:33 -08:00
nikhiljindal
18609e1706 Moving /watch, /proxy and /redirect registration to go-restful 2015-02-03 15:47:48 -08:00
Anthony Yeh
6a0dec0e99 Rewrite "Location" header in apiserver proxy.
So that redirects work correctly.
2015-02-03 15:14:28 -08:00
Deyuan Deng
de51527a28 Lower case node names before registering 2015-02-03 18:07:12 -05:00
Alex Robinson
ad8aaaad0e Fix the broken links in the labels and access design docs. 2015-02-03 23:02:21 +00:00
Zach Loafman
acbadc8ade Merge pull request #3991 from zmerlynn/hermetic_jenkins_build
Clean out dead docker containers and docker images every Jenkins build
2015-02-03 14:56:59 -08:00
Zach Loafman
7507b819e2 Merge pull request #4084 from brendandburns/build
Fix the build (better)
2015-02-03 14:51:47 -08:00
Brendan Burns
baba7d6004 Merge pull request #4034 from jlowdermilk/kube-up
Use kubectl to manage config for gce clusters
2015-02-03 14:50:38 -08:00
Brendan Burns
0ff3aa6db7 Fix the build. 2015-02-03 14:49:30 -08:00