Marcin Wielgus
1a1f751197
Add image version to examples/spark
2015-08-14 19:52:26 +02:00
Mike Danese
f061875840
updating all references in .sh scripts
2015-08-12 14:41:59 -07:00
Kris Rousey
565189f5b8
Correcting all go vet errors
2015-08-11 13:55:37 -07:00
Filip Grzadkowski
9dd3cac82e
Merge pull request #12423 from brendandburns/service
...
Make services print on a single line.
2015-08-11 10:29:23 +02:00
Brendan Burns
79fb674679
Fix the service printer to be a single line per service
2015-08-10 10:57:45 -07:00
Prashanth Balasubramanian
e27806d79d
Multi-cluster services documentation, take II
2015-08-10 10:18:03 -07:00
Marek Grabowski
daf4ff4acf
Revert "Add multi cluster services documentation "
2015-08-10 16:43:21 +02:00
Marek Grabowski
5f9cefc1d8
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
4858f2a722
Merge pull request #12309 from bprashanth/haproxy_gcr
...
Add multi cluster services documentation
2015-08-10 16:31:51 +02:00
Ed Costello
35a5eda585
Copy edits for typos
2015-08-09 14:18:06 -04:00
Veres Lajos
9f77e49109
typofix - https://github.com/vlajos/misspell_fixer
2015-08-08 22:31:48 +01:00
Eric Paris
20e8c25343
Converts examples/ from --flag_name= to --flag-name=
2015-08-07 11:00:13 -04:00
Prashanth Balasubramanian
efbeba58f2
Add a sharing clusters example
2015-08-06 18:02:01 -07:00
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