Commit Graph

1340 Commits

Author SHA1 Message Date
Marek Grabowski 76fb4e7d1a Revert "Add multi cluster services documentation " 2015-08-10 16:43:21 +02:00
Marek Grabowski 2d26f0ba88 Merge pull request #12441 from vlajos/typofixes-vlajos-20150807
typofix - https://github.com/vlajos/misspell_fixer
2015-08-10 16:33:52 +02:00
Marek Grabowski 83949684b9 Merge pull request #12309 from bprashanth/haproxy_gcr
Add multi cluster services documentation
2015-08-10 16:31:51 +02:00
Ed Costello ab8816e460 Copy edits for typos 2015-08-09 14:18:06 -04:00
Veres Lajos 5a229c3fd2 typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
Eric Paris 18d26b38f8 Converts examples/ from --flag_name= to --flag-name= 2015-08-07 11:00:13 -04:00
Prashanth Balasubramanian 1cba292f6a Add a sharing clusters example 2015-08-06 18:02:01 -07:00
Dawn Chen b21de24c4c 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 8cd463ac68 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 7f8dfda3df 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 81644f0654 Implementing standalone etcd for openshift 2015-08-06 09:42:11 -04:00
Wojciech Tyczynski a3e3f4bc32 Merge pull request #12206 from derekwaynecarr/move_doc
LimitRange documentation should be under admin
2015-08-06 13:43:58 +02:00
Mike Danese d6abeaa4c6 run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
Mike Danese c3519fa5b4 rewrite go imports 2015-08-05 17:30:03 -07:00
Dawn Chen 4e194210f2 Merge pull request #12091 from mwielgus/spark-flaky
Fix spark-driver in examples/spark
2015-08-05 12:03:34 -07:00
derekwaynecarr b1bc81d3cd LimitRange documentation should be under admin 2015-08-05 10:26:52 -04:00
Marcin Wielgus c54437e537 Fix spark-driver in examples/spark 2015-08-05 15:45:43 +02:00
Kyle Mathews 20f1df6d8e Copy and typo fixes 2015-08-03 16:14:09 -07:00
Eric Paris 76568e8ced Fix trailing whitespace in all docs 2015-07-30 20:41:30 -04:00
Eric Paris b8989be240 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 df5553ce9e 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 a5a8cf845e added test for spark driver too 2015-07-30 09:47:56 +02:00
Gurvinder Singh bbfb267c02 fixed documentations after running gendocs.sh 2015-07-29 22:21:10 +02:00
Patrick Tescher 7e503f10e1 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 9c01325ab1 Use example syncer tags instead of hard-coded examples in doc 2015-07-27 14:48:41 -07:00
Daniel Smith 688fa94be9 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 26e32e325b added standard copyright 2015-07-27 23:01:49 +02:00
Marek Grabowski 24b767e842 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 1df8503ac2 Cassandra gcr.io/google_containers image version inc 2015-07-27 13:34:47 +02:00
Marek Grabowski a270b49a62 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 7afc22031f Merge branch 'master' of https://github.com/gurvindersingh/kubernetes
and fixed the email address issue
2015-07-25 21:16:37 +02:00
Gurvinder Singh 745400137f added indent for sleep 2015-07-25 21:16:06 +02:00
Gurvinder Singh 126e49424b fixed conflict with the current upstream master 2015-07-25 21:15:34 +02:00
Gurvinder Singh 0bb45eb05f added indent for sleep 2015-07-25 21:05:45 +02:00
Gurvinder Singh bf30d2b16b fixed conflict with the current upstream master 2015-07-25 20:57:24 +02:00
Mike Danese 4b7ef82321 cleanup cassandra example to conform to doc standards 2015-07-24 12:38:26 -07:00
Patrick Tescher dbc81a5d75 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 9c94040f69 Merge pull request #11737 from thockin/cleanup-remove-v1beta3
Remove v1beta3
2015-07-24 10:25:56 -07:00
Mike Danese 79b87fa8c6 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 3d8e0fc916 Fix typo in guestbook-go 2015-07-24 09:37:28 +02:00
Vish Kannan 905bda2136 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 90579df41b Merge pull request #11736 from thockin/cleanup-dns-legacy
Stop populating legacy DNS names
2015-07-23 17:30:00 -07:00
Tim Hockin af370ca588 Remove v1beta3 2015-07-23 17:21:27 -07:00
Vish Kannan d413b80f1a 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 76a301ec73 Update examples to not use old DNS names 2015-07-23 13:51:09 -07:00
Tim Hockin e0fc3e2361 Remove deprecated 'se' resource alias 2015-07-23 12:04:01 -07:00
Paul Morie 19cab65419 Make examples test easier to debug 2015-07-23 10:38:39 -04:00
Marcin Wielgus a95fa65e98 E2E test for examples/storm 2015-07-23 13:20:52 +02:00
Tim Hockin ebb1fafbb6 Nit in phabricator doc 2015-07-22 17:24:47 -07:00
Karl Isenberg 2daa52c0a8 Make guestbook-go url paths relative to survive multiple proxies 2015-07-22 15:20:22 -07:00