Commit Graph

1406 Commits

Author SHA1 Message Date
arun-gupta 2ec987a415 Squashing commits
adding a Java EE sample, fixing #11477

adding location to the source

adding partial review comments from #12110

adding syncer macros and fixing links
2015-08-21 11:45:16 -07:00
Sandeep Dinesh f31169544f Added Node.js / MongoDB example 2015-08-19 18:04:53 -07:00
Robert Bailey 1fb2202f99 Merge pull request #12621 from satnam6502/elasticsearch-example
Update Elasticsearch example to remove use of secrets
2015-08-18 11:49:29 -07:00
Kris Rousey 120a1e34e9 Moving everyone to unversioned client 2015-08-18 10:23:03 -07:00
Satnam Singh fd88b38266 Update Elasticsearch example to remove use of secrets 2015-08-17 16:48:46 -07:00
Robert Bailey c856c6764b Merge pull request #12199 from mesosphere/relative-guestbook
Convert guestbook example to relative urls
2015-08-17 13:50:11 -07:00
Robert Bailey 8769f7ee1d Merge pull request #12752 from mikedanese/move-service-lb
remove service-loadbalancer since it lives in contrib/ now
2015-08-17 10:59:08 -07:00
Dr. Stefan Schimanski f8e6c6f16d Switch to gcr.io Docker registry 2015-08-17 09:43:52 +02:00
Dr. Stefan Schimanski 4d1a514c50 Convert guestbook example to relative urls 2015-08-17 09:43:51 +02:00
Mike Danese 18fa58676b remove service-loadbalancer since it lives in contrib/ now 2015-08-14 15:16:47 -07:00
Marcin Wielgus 2e26b33b92 Add image version to examples/spark 2015-08-14 19:52:26 +02:00
Mike Danese 263a0c51f4 updating all references in .sh scripts 2015-08-12 14:41:59 -07:00
Kris Rousey 224054daa8 Correcting all go vet errors 2015-08-11 13:55:37 -07:00
Filip Grzadkowski e52d8bf49d Merge pull request #12423 from brendandburns/service
Make services print on a single line.
2015-08-11 10:29:23 +02:00
Brendan Burns c7394c0939 Fix the service printer to be a single line per service 2015-08-10 10:57:45 -07:00
Prashanth Balasubramanian 2ac44033ea Multi-cluster services documentation, take II 2015-08-10 10:18:03 -07:00
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