Commit Graph

15096 Commits

Author SHA1 Message Date
Philipp Kern
fbbc49df30 pkg/client/doc.go: update example to make it compile
The client example does not compile (double pointer to config, missing
import, List() returning two values); fix it.
2015-07-20 23:27:08 +02:00
Yu-Ju Hong
378a44a287 e2e: query kubelet for resource usage of containers
This change adds simple utility functions to query kubelet for the resource
usage of major containers (e.g. /kubelet, /docker-daemon, etc) for the past
time interval (up to 2 minutes). This is intended for spot checking of the
recent resource usage on the node.
2015-07-20 14:26:33 -07:00
Max Forbes
518ddd62c8 Clarify bits of addon e2e test 2015-07-20 14:10:48 -07:00
Amy Unruh
aacfbba8d3 fixed 2 links, bit of text polishing 2015-07-20 13:52:04 -07:00
Jeff Grafton
55e050e3f3 Create a Jenkins project to run only the examples e2e tests on GCE. 2015-07-20 13:39:09 -07:00
krousey
b4fb9387b6 Merge pull request #11487 from erictune/admindocs
Improve resource quota doc.
2015-07-20 13:29:15 -07:00
krousey
1f8e85c634 Merge pull request #11408 from lavalamp/docsIndex
add admin index
2015-07-20 13:27:18 -07:00
Janet Kuo
6778f7f103 Implement mungedocs example syncer 2015-07-20 13:23:19 -07:00
krousey
9721efed91 Merge pull request #11569 from nikhiljindal/eric
Linking to API object definitions from docs
2015-07-20 12:30:47 -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
krousey
960c6a2d8b Merge pull request #11583 from thockin/docs-tick-tick-tick
Collected markedown fixes around syntax.
2015-07-20 12:01:04 -07:00
Daniel Smith
022ccb475d Add admin TOC; mv README -> intro, TOC -> README 2015-07-20 11:46:23 -07:00
Tim Hockin
55834e46b9 nop numbered list in doc to use manual numbering 2015-07-20 11:36:00 -07:00
nikhiljindal
021138bd83 Linking to API object definitions from docs 2015-07-20 11:11:13 -07:00
David Oppenheimer
2d88675f22 Merge pull request #10827 from gmarek/doc
Update cluster management doc.
2015-07-20 10:49:47 -07:00
gmarek
de07cbda3a Update cluster management doc. 2015-07-20 19:47:09 +02:00
Eric Tune
7f1970a22d Improve resource quota doc. 2015-07-20 10:15:07 -07:00
krousey
d578e2803a Merge pull request #11573 from Raffo/patch-1
Fixed wrong link to ui.md documentation in www README file.
2015-07-20 09:51:43 -07:00
Tim Hockin
995a7aef29 Collected markedown fixes around syntax. 2015-07-20 09:51:22 -07:00
krousey
0a66d3ff69 Merge pull request #11582 from aveshagarwal/master-doc-fixes
Fixed a missing bracket and removed some white spaces and stray %}
2015-07-20 09:35:15 -07:00
krousey
f9fa83fae3 Merge pull request #10613 from mesosphere/mesos-docs
Move k8s-mesos docs to the kubernetes repo
2015-07-20 09:23:20 -07:00
krousey
e0c5e563cd Merge pull request #10746 from mesosphere/fix-quay-etcd-invocation-in-mesos.md
Fix invocation of quay.io etcd in mesos getting started guide
2015-07-20 09:22:23 -07:00
Avesh Agarwal
178473d340 Fixed a missing bracket and removed some white spaces and stray %} 2015-07-20 12:09:40 -04:00
Jan Chaloupka
defe0f82bf Update github.com/elazarl/go-bindata-assetfs to at least c57a80f1ab2ad67bafa83f5fd0b4c2ecbd253dd5. Otherwise kubernetes does not compile with golang 1.5 due to https://github.com/elazarl/go-bindata-assetfs/pull/13. 2015-07-20 17:43:03 +02:00
Brian Grant
5450afdabc Merge pull request #11568 from davidopp/doc2
Absolutize links that leave the docs/ tree to go anywhere other than
2015-07-20 07:34:00 -07:00
jiangyaoguo
612f68f820 reflector nfs volume to seperate builder and cleaner 2015-07-20 19:16:48 +08:00
Marek Grabowski
f03077a5f3 Merge pull request #11574 from wojtek-t/move_pod_disks_toflaky
Move PD on two hosts test to flaky
2015-07-20 11:57:26 +02:00
Wojciech Tyczynski
a0f30586dd Move PD on two hosts test to flaky 2015-07-20 11:08:11 +02:00
Raffaele Di Fazio
dc8fc1a6ff Fixed wrong link to ui.md documentation in README file
Fixed link.
2015-07-20 11:04:51 +02:00
David Oppenheimer
50e95a031b Absolutize links that leave the docs/ tree to go anywhere other than
to examples/ or back to docs/
2015-07-20 00:25:07 -07:00
Brian Grant
ddda661991 Merge pull request #11560 from davidopp/doc3
Update doc guide in top-level README.md and fix description of
2015-07-19 23:17:33 -07:00
David Oppenheimer
ddde3930f5 Update doc guide in top-level README.md and fix description of
cluster management doc in docs/admin/README.md
2015-07-19 23:00:54 -07:00
Brian Grant
7dab0af1f4 Merge pull request #11563 from thockin/docs-fix-debugging-svcs-console
Fix console syntax for highligting
2015-07-19 22:28:44 -07:00
Brian Grant
d414e29643 Merge pull request #11565 from davidopp/doc2
Replace ```shell with ```sh
2015-07-19 22:20:06 -07:00
David Oppenheimer
dec9adfe2e Replace ``shell with ``sh 2015-07-19 21:38:53 -07:00
Tim Hockin
1098ad83a1 Fix console syntax for highligting 2015-07-19 20:56:30 -07:00
Mikaël Cluseau
aff10f57bb realContainerGC reports warning when err is nil 2015-07-20 14:11:52 +11:00
Dr. Stefan Schimanski
57d488f79a Fix invocation of quay.io etcd in mesos getting started guide 2015-07-19 22:02:43 +02:00
Brian Grant
8cbe9c997a Merge pull request #11443 from aveshagarwal/fedora-kubernetes-ansible
Updates to fedora ansible guide.
2015-07-19 10:04:23 -07:00
Avesh Agarwal
ace7b96d2a Updates to fedora ansible guide. 2015-07-19 11:53:44 -04:00
Brian Grant
8cfd3d669e Merge pull request #11551 from a-robinson/docs
Improve syntax highlighting for design and devel docs
2015-07-19 08:45:54 -07:00
Brian Grant
247e252548 Merge pull request #11550 from a-robinson/triple
Replace ``` with ` when emphasizing something inline in docs/
2015-07-19 08:41:05 -07:00
Alex Robinson
68d6e3a8ae Replace `` with when emphasizing something inline in docs/ 2015-07-19 09:05:17 +00:00
Alex Robinson
b80c0e5177 Fix gendocs 2015-07-19 09:05:17 +00:00
Alex Robinson
4182c3b394 Improve devel docs syntax highlighting. 2015-07-19 08:54:49 +00:00
Alex Robinson
4c308f0703 Improve design docs syntax highlighting. 2015-07-19 08:46:02 +00:00
Dr. Stefan Schimanski
8fca9b6f09 Add original k8s-mesos docs to contrib/mesos 2015-07-19 10:13:25 +02:00
Brian Grant
e3521a8e74 Merge pull request #11548 from a-robinson/admin
Improve admin docs syntax highlighting
2015-07-18 22:51:34 -07:00
Alex Robinson
3364a32dc6 Improve admin docs syntax highlighting. 2015-07-19 05:48:34 +00:00
Brian Grant
91923b51c8 Merge pull request #11546 from a-robinson/toc
Fix broken table of contents sections
2015-07-18 22:29:02 -07:00