Commit Graph

1817 Commits

Author SHA1 Message Date
Tim Hockin
c369ddb95a Add a doc on debugging services 2015-07-21 10:23:40 -07:00
Brendan Burns
61222faf8a Update docker guide to v0.21.2 2015-07-21 10:23:39 -07:00
Tim Hockin
051795d20e Change 'minion' to 'node' in docs 2015-07-21 10:23:39 -07:00
Eric Tune
82e48d7ba0 Rerun gendocs. 2015-07-21 10:23:39 -07:00
Eric Tune
970adc479d Add ToC to some longer documents. 2015-07-21 10:23:39 -07:00
Eric Tune
80bb766eea Add a table of contents to one doc.
Also removed manually created bookmark anchors
and fixedup links to use automatic bookmarks.
2015-07-21 10:23:39 -07:00
Dawn Chen
3fb043e27b Fix table in getting-started-guides README.md 2015-07-21 10:23:38 -07:00
Mike Danese
19cc373a2d fix merge conflict and footnote problem 2015-07-21 10:23:38 -07:00
Brian Grant
b222e6a4fc Swap order of service and rc, and explain why. 2015-07-21 10:23:38 -07:00
Mike Danese
df0f07860d fix 2015-07-21 10:23:38 -07:00
Mike Danese
dd98c1a5da fix mungedocs that is break verify on master 2015-07-21 10:23:38 -07:00
Mike Danese
a3a85aff71 fix mungedoc links 2015-07-21 10:23:37 -07:00
Mike Danese
20352adebc move kubectl docs to docs/user-guide/kubectl 2015-07-21 10:23:37 -07:00
Eric Tune
25dd56011f Remove colon from end of doc heading. 2015-07-21 10:23:37 -07:00
Vicken Simonian
915c3a3ddc Fix scp of .dockcfg for-loop command 2015-07-21 10:23:37 -07:00
Tim Hockin
a5183794da Run gendocs and munges 2015-07-21 10:23:37 -07:00
Tim Hockin
0724f413ad Use a common set of tag prefixes for munges
All munges now start with `<!-- BEGIN MUNGE:` and end with `<!-- END MUNGE:`.
This lets me (in a followup) filter them better to normalize contents during
verification of generated docs.
2015-07-21 10:23:36 -07:00
Janet Kuo
ec07bf8635 Document the current state of monitoring using heapster 2015-07-21 10:23:36 -07:00
Eric Tune
0f41cd60bd Delete the dreaded CR character. 2015-07-21 10:23:36 -07:00
Brendan Burns
1e8bbf3b25 Add some additional text about getting help. 2015-07-21 10:23:36 -07:00
Mike Danese
ba9c859069 make some manifests in docs/high-availability v1 2015-07-21 10:23:35 -07:00
Brendan Burns
617ff1f9f9 Fix a small typo. 2015-07-21 10:23:35 -07:00
Ed Costello
4d5ced674e Copy edits to remove doubled words 2015-07-21 10:23:35 -07:00
Zach Loafman
06ba9f6ad9 hack/cherry_pick_pull.sh: Allow multiple pulls
Reorder the arguments to allow for multiple pulls at the end:
  hack/cherry_pick_pull.sh <remote branch> <pr-number>...

This solves some common A-then-immediate-A' cases that appear
frequently on head. (There's a workaround, but it's a hack.) Updates
the documentation.
2015-07-21 10:23:35 -07:00
Marek Biskup
bdd20efd22 kubectl-rolling-update-doc-fix 2015-07-21 10:23:35 -07:00
Marek Biskup
2319758775 fix firewall rule create syntax for gce 2015-07-21 10:23:35 -07:00
David Oppenheimer
a0dc3cb7fe Run hack/run-gendocs.sh 2015-07-21 10:23:34 -07:00
resouer
9090b83b9f Update with on going task and os limit 2015-07-21 10:23:34 -07:00
Brian Fallik
d7eb46ad7b Update dns.md
Slighting wording update to (hopefully) improve the flow.
2015-07-21 10:23:34 -07:00
Ed Costello
f350bd0411 Copy edits for typos 2015-07-21 10:23:34 -07:00
Jason Riddle
ed0affaf7d Add namespace to kubectl create command 2015-07-21 10:23:34 -07:00
Akshay Aurora
4c29ea7d1c Fix formatting in networking.md 2015-07-21 10:23:34 -07:00
Gabriel Weyer
c37b00a9f4 Fixed vnet create command
The parameter name should be `--subnet-name` instead of `--subnet` with the latest version of the CLI (0.9.5).
2015-07-21 10:23:34 -07:00
Zach Loafman
a80a895c6a Fix patch release instructions
Somewhere in the last round of editing, I compressed the patch release
instructions after the release validation steps went in. They no
longer made sense because they assume some variables are set from the
previous step that you don't have set. Set them.

These instructions are now begging to be refactored between the patch
and normal releases, but I won't do that here.
2015-07-21 10:23:33 -07:00
Brendan Burns
66bac1a302 Add another php library 2015-07-21 10:23:33 -07:00
saadali
66877cb1b2 Add documentation for creating large kubernetes clusters 2015-07-21 10:23:33 -07:00
jiangyaoguo
f3dc4254a2 change get minions cmd in docs 2015-07-21 10:23:33 -07:00
Eric Tune
1e0e13e451 Mark GCE as passing conformance test. 2015-07-21 10:23:33 -07:00
Joel Sutherland
2bd3e0d29a Update vagrant guide VirtualBox version
Vagrant does not yet support VirtualBox 5, so the previously-linked page will not work.
2015-07-21 10:23:33 -07:00
feihujiang
e505fc9afc Fix small nits for kubectl port-forward command 2015-07-21 10:23:32 -07:00
Dr. Stefan Schimanski
4ea1583a54 Update for changed namespace of the kube-dns pods 2015-07-21 10:23:32 -07:00
Dr. Stefan Schimanski
b0c108618a Line wrap sed command 2015-07-21 10:23:32 -07:00
Dr. Stefan Schimanski
5f22cdf24a Document how to launch kube-dns on k8sm 2015-07-21 10:23:32 -07:00
Daniel Smith
ce1c6d90e6 Revert "Versioning docs and examples for 1.0.0"
This reverts commit efe72fd580.
2015-07-20 23:26:36 -07:00
Daniel Smith
f7e4f22190 Revert "Versioning docs and examples for 1.0.1"
This reverts commit 8977691668.
2015-07-20 23:19:04 -07:00
Brendan Burns
8977691668 Versioning docs and examples for 1.0.1 2015-07-17 15:47:17 -07:00
nikhiljindal
0131dd22b7 Fixing the error message 2015-07-17 10:45:01 -07:00
nikhiljindal
aa430bbd7e Introduce a new service generator that leaves service port unnamed 2015-07-17 02:07:23 -07:00
Tim Hockin
60d4d7888e Fix load-balancer firewall messages 2015-07-14 21:08:23 -07:00
Brendan Burns
efe72fd580 Versioning docs and examples for 1.0.0 2015-07-10 21:00:33 -07:00