Commit Graph

811 Commits

Author SHA1 Message Date
Dawn Chen
2fa3004500 Merge pull request #12349 from roberthbailey/kubelet-on-master
Register the kubelet on the master node with an apiserver.
2015-08-06 15:20:35 -07:00
Robert Bailey
8df33bc1a7 Register the kubelet on the master node with an apiserver. This option is
separated from the apiserver running locally on the master node so that it
can be optionally enabled or disabled as needed.

Also, fix the healthchecking configuration for the master components, which
was previously only working by coincidence:

If a kubelet doesn't register with a master, it never bothers to figure out
what its local address is. In which case it ends up constructing a URL like
http://:8080/healthz for the http probe. This happens to work on the master
because all of the pods are using host networking and explicitly binding to
127.0.0.1. Once the kubelet is registered with the master and it determines
the local node address, it tries to healthcheck on an address where the pod
isn't listening and the kubelet periodically restarts each master component
when the liveness probe fails.
2015-08-06 13:39:32 -07:00
Dawn Chen
e45493ecc2 Merge pull request #11995 from pat2man/non_root_cassandra
Adjust permissions so that Cassandra can run without root access
2015-08-06 12:57:48 -07:00
Steve Kuznetsov
ea3998e981 Implementing standalone etcd for openshift 2015-08-06 09:42:11 -04:00
Wojciech Tyczynski
e366f2c597 Merge pull request #12206 from derekwaynecarr/move_doc
LimitRange documentation should be under admin
2015-08-06 13:43:58 +02:00
Mike Danese
17defc7383 run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
Mike Danese
8e33cbfa28 rewrite go imports 2015-08-05 17:30:03 -07:00
Dawn Chen
13258e8f8f Merge pull request #12091 from mwielgus/spark-flaky
Fix spark-driver in examples/spark
2015-08-05 12:03:34 -07:00
derekwaynecarr
577f2fa0a5 LimitRange documentation should be under admin 2015-08-05 10:26:52 -04:00
Marcin Wielgus
41bc20d1e0 Fix spark-driver in examples/spark 2015-08-05 15:45:43 +02:00
Kyle Mathews
eb271e0c39 Copy and typo fixes 2015-08-03 16:14:09 -07:00
Eric Paris
024208e39f Fix trailing whitespace in all docs 2015-07-30 20:41:30 -04:00
Eric Paris
4cbca2e63c Make munger begin/end less generic
Just force the beginMungeTag() endMungeTag() macros on users, by hiding
it under the covers. It really simplies things for users.
2015-07-30 20:41:30 -04:00
Brendan Burns
1d9a0623f2 Merge pull request #11047 from gurvindersingh/master
modified spark example to use kubectl exec to interact with cluster a…
2015-07-30 10:01:10 -07:00
Gurvinder Singh
e1d76d5f19 added test for spark driver too 2015-07-30 09:47:56 +02:00
Gurvinder Singh
f64d89fd1d fixed documentations after running gendocs.sh 2015-07-29 22:21:10 +02:00
Patrick Tescher
f114460204 Adjust permissions so that Cassandra can run without root access
This allows both non root access as well as running with —user=<random
id>
2015-07-29 12:01:08 -07:00
Janet Kuo
180798cfa4 Use example syncer tags instead of hard-coded examples in doc 2015-07-27 14:48:41 -07:00
Daniel Smith
777cad12d5 Merge pull request #11881 from mwielgus/cassandra-image
Cassandra gcr.io/google_containers image version inc
2015-07-27 14:14:39 -07:00
Gurvinder Singh
5599d83685 added standard copyright 2015-07-27 23:01:49 +02:00
Marek Grabowski
1b0ce7a32e Merge pull request #11828 from mikedanese/cassandra-cleanup
cleanup cassandra example to conform to doc standards
2015-07-27 16:11:47 +02:00
Marcin Wielgus
ffb3f2535f Cassandra gcr.io/google_containers image version inc 2015-07-27 13:34:47 +02:00
Marek Grabowski
7b9e2ac63b Merge pull request #11734 from thockin/cleanup-deprecated-rest-alias
Remove deprecated 'se' resource alias
2015-07-27 12:56:43 +02:00
Gurvinder Singh
5f48898498 added indent for sleep 2015-07-25 21:16:06 +02:00
Gurvinder Singh
2a6546cada fixed conflict with the current upstream master 2015-07-25 21:15:34 +02:00
Mike Danese
647eb0ba8b cleanup cassandra example to conform to doc standards 2015-07-24 12:38:26 -07:00
Patrick Tescher
5da58d91cd Updated Cassandra Dockerfile to include procps.
The Cassandra Docker image was failing to start due to the free command not being available.
2015-07-24 10:40:33 -07:00
Mike Danese
ae1c8e55ef Merge pull request #11737 from thockin/cleanup-remove-v1beta3
Remove v1beta3
2015-07-24 10:25:56 -07:00
Mike Danese
816586bcef Merge pull request #10866 from jlowdermilk/kubectl-create-f
kubectl resource builder: don't check extension for single files
2015-07-24 08:03:43 -07:00
Rafal Gajdulewicz
a7231d86cb Fix typo in guestbook-go 2015-07-24 09:37:28 +02:00
Vish Kannan
1a908a272e Merge pull request #11076 from nikhiljindal/apiError
Updating apiserver to not return 500 when a service without pods is proxied
2015-07-23 18:03:07 -07:00
Vish Kannan
6306ad1bce Merge pull request #11736 from thockin/cleanup-dns-legacy
Stop populating legacy DNS names
2015-07-23 17:30:00 -07:00
Tim Hockin
1c3233a1d4 Remove v1beta3 2015-07-23 17:21:27 -07:00
Vish Kannan
1bbdf94ccf Merge pull request #11716 from mesosphere/guestbook-relative-links
Make guestbook-go url paths relative to survive multiple proxies
2015-07-23 14:33:26 -07:00
Tim Hockin
89e9851ac5 Update examples to not use old DNS names 2015-07-23 13:51:09 -07:00
Tim Hockin
c4b707192d Remove deprecated 'se' resource alias 2015-07-23 12:04:01 -07:00
Paul Morie
13713fda72 Make examples test easier to debug 2015-07-23 10:38:39 -04:00
Marcin Wielgus
3d82de849f E2E test for examples/storm 2015-07-23 13:20:52 +02:00
Tim Hockin
5a82a9018f Nit in phabricator doc 2015-07-22 17:24:47 -07:00
Karl Isenberg
11b3fb3bdc Make guestbook-go url paths relative to survive multiple proxies 2015-07-22 15:20:22 -07:00
Kris Rousey
0d0dfe440c Fixing examples_test for moved files in #11595 2015-07-20 16:51:25 -07:00
krousey
0bbc6a38f3 Merge pull request #11590 from thockin/docs-ordered-lists-with-code
nop numbered list in doc to use manual numbering
2015-07-20 12:24:25 -07:00
Tim Hockin
55834e46b9 nop numbered list in doc to use manual numbering 2015-07-20 11:36:00 -07:00
Tim Hockin
995a7aef29 Collected markedown fixes around syntax. 2015-07-20 09:51:22 -07:00
David Oppenheimer
dec9adfe2e Replace ``shell with ``sh 2015-07-19 21:38:53 -07:00
Brian Grant
091e7c031b Merge pull request #11511 from satnam6502/doc6
Convert shell to console outpout for Guestbook example documentation
2015-07-18 16:36:17 -07:00
Brian Grant
d20a1abcd9 Merge pull request #11510 from satnam6502/doc5
Convert shell to console output style for Guestbook Go example
2015-07-18 16:35:27 -07:00
Brian Grant
d9e1f2afff Merge pull request #11509 from satnam6502/doc4
Update console output for Elasticsearch example documentation
2015-07-18 16:33:08 -07:00
Satnam Singh
1a0d309a3c Convert shell to console outpout for Guestbook example documentation 2015-07-18 23:03:55 +01:00
Satnam Singh
ef2fd1e47d Convert shell to console outout style for Guestbook Go example 2015-07-18 23:00:46 +01:00