Commit Graph

14525 Commits

Author SHA1 Message Date
Mike Danese
157b7bd153 fixup kubectl walktrough example 2015-07-21 10:23:49 -07:00
Mike Danese
859fd7498a move kubernetes-namespaces to docs/user-guide 2015-07-21 10:23:49 -07:00
Daniel Smith
9b43d3de7a (mostly) auto fixed links 2015-07-21 10:23:49 -07:00
Daniel Smith
7795a7a362 absolute link checking 2015-07-21 10:23:49 -07:00
Tim Hockin
b8378c2ea0 Add munger to verify kubectl -f targets, fix docs 2015-07-21 10:23:49 -07:00
Chao Xu
d4f16a876d populate the instructions on installing kubectl in getting-started-guides 2015-07-21 10:23:49 -07:00
Mike Danese
e22d71f4d6 removed unneccesary usage of hostport from clerey-rabbit examples 2015-07-21 10:23:48 -07:00
David Oppenheimer
a5f6c89873 Take availability.md doc and
- extract the portion related to multi-cluster operation into a new multi-cluster.md doc
- merge the remainder (that was basically high-level troubleshooting advice) into cluster-troubleshooting.md
2015-07-21 10:23:48 -07:00
David Oppenheimer
23a74c5b11 Move docs/services-firewalls.md into docs/user-guide/ and make small
wording changes to api.md
2015-07-21 10:23:48 -07:00
Deyuan Deng
6a197616bf Update scratch.md 2015-07-21 10:23:48 -07:00
Christopher Najewicz
e0850a5755 Updating AWS sample cloud-configs to use 0.19.3, using kube-register 0.0.4 2015-07-21 10:23:48 -07:00
Zach Loafman
53d61d94da Fix hack/cherry_pick_pull.sh on OS X (sigh):
On OS X bash, for whatever reason, the ancient, forsaken bash version
(3.2!?) that will never be updated because it might insult the memory
of Steve Jobs doesn't allow me to accidentally escape the hash
character. Fix the unnecessary escaping.

For reviewers out there wondering about this syntax, it's documented
here: http://www.tldp.org/LDP/abs/html/parameter-substitution.html
under:

```
${var/#Pattern/Replacement}

  If prefix of var matches Pattern, then substitute Replacement for Pattern.
```

It just looks odd here because I'm adding the hash character to the
start of each array element.
2015-07-21 10:23:48 -07:00
Tim Hockin
8e56ecac5c fix wrong cluster domain in ubuntu docs 2015-07-21 10:23:47 -07:00
Tim Hockin
8d902270dd update service debug doc from user feedback 2015-07-21 10:23:47 -07:00
Mike Danese
fdb56a65d7 add examples on how to transition from docker-cli to kubectl 2015-07-21 10:23:47 -07:00
Karl Isenberg
46251c8934 Walkthrough example cleanup
- Add kubectl command examples
- Add tables of contents
- Skip 3rd header tier to make sections more clear
- Reference cmd-exec example for curling pod & service IPs
- Make section layout, text patterns, changes & links more consistent
- Canonical yaml formatting
2015-07-21 10:23:47 -07:00
Eric Tune
b8b5d8eb3b Remove requirement of specifying kubernetes ver.
Now that things are more stable, and we have a conformance test,
the binary version is no longer needed.  Remove that
requirement.
2015-07-21 10:23:47 -07:00
Janet Kuo
eb238e904a Organize troubleshooting sections 2015-07-21 10:23:47 -07:00
Prashanth Balasubramanian
e400031913 Connecting applications: https 2015-07-21 10:23:47 -07:00
Brendan Burns
fc1a4c2691 Add missing content, fix links.. 2015-07-21 10:23:46 -07:00
Janet Kuo
a9af57cec0 Make MUNGE generated table of contents (TOC) bookmark work when there are symbols in the headline 2015-07-21 10:23:46 -07:00
Mike Danese
6badb7575e make mungedoc exit 1 if manual changes are needed and wire up erro message. 2015-07-21 10:23:46 -07:00
Mike Danese
2e99bd9dfe point kubectl -f examples to correct paths 2015-07-21 10:23:46 -07:00
Eric Tune
2f91d411b1 Use a reference style link. 2015-07-21 10:23:46 -07:00
Eric Tune
c2b5a1cef0 Remove "Notes" column.
This mostly stated what version the code was last tested at.
This was useful when kubernetes was changing rapidly.
However, this was not updated reliably.  Also, simply using
a particular binary version does not assure users that
the distribution provides a conformant implementation.
The conformance test does provide that, and I'm hoping
that more distros will use that in the future.
Therefore, I've deleted the Notes column in favor of the
Conforms column.
2015-07-21 10:23:46 -07:00
Eric Tune
abddfe2ea0 Move conformance checkmark
I tested GCE but accidentally put the checkmark for GKE.
GKE hasn't been tested yet.  I'm sure it will pass, but it hasn't.
Waiting for my cluster to upgrade to above 0.19.3.
2015-07-21 10:23:46 -07:00
Eric Tune
2e4e33628a Reformat getting-started-guide table.
Should only affect view in .md file, not rendered view.
2015-07-21 10:23:45 -07:00
Zach Loafman
8e7331649a Add hack/cherry_pick_list.sh to list all automated cherry picks
* Adds hack/cherry_pick_list.sh to list all automated cherry picks
since the last tag.

* Adds a short python script to extract title/author and print it in
markdown style like our current release notes.

* Revises patch release instructions to use said script.
2015-07-21 10:23:45 -07:00
Marek Biskup
93f4a5d07f clarify rolling update procedure when replicas is not specified 2015-07-21 10:23:45 -07:00
David Oppenheimer
249d5477ea Move diagrams out of top-level docs/ directory and merge
docs/devel/developer-guide.md into docs/devel/README.md
2015-07-21 10:23:45 -07:00
David Oppenheimer
b93a5f1c6c Move some docs from docs/ top-level into docs/{admin/,devel/,user-guide/}. 2015-07-21 10:23:45 -07:00
Brian Grant
a9093673a6 Initial TOC for the user guide. 2015-07-21 10:23:45 -07:00
Prashanth Balasubramanian
aed3d15060 Add a nginx https example 2015-07-21 10:23:44 -07:00
Tim Hockin
c3c83ed891 fix test-cmd from file moves 2015-07-21 10:23:44 -07:00
Dawn Chen
f855ca5e7d Known issue for logging.md 2015-07-21 10:23:44 -07:00
Brian Grant
1c15d6eb8d Thread user guide docs together with "What's next" sections, and add a couple missing TOCs. 2015-07-21 10:23:44 -07:00
Tim Hockin
2135ee0f2c Run gendocs 2015-07-21 10:23:44 -07:00
Tim Hockin
7e68005fee Change warning.png to not go through a redirect 2015-07-21 10:23:43 -07:00
Tim Hockin
1d74f53feb Fix test-cmd after file moves 2015-07-21 10:23:43 -07:00
Tim Hockin
6a56b6a737 Run gendocs 2015-07-21 10:23:43 -07:00
Tim Hockin
384b2fddb6 Add an image to unversioned warnings 2015-07-21 10:23:43 -07:00
Eric Tune
557b58b4dd Fixup doc links.
Missed in #11256
2015-07-21 10:23:43 -07:00
Brendan Burns
4378f1070e Add a cluster admin-centric doc for namespaces. 2015-07-21 10:23:43 -07:00
Mike Danese
f74dcdff79 automated link fixes 2015-07-21 10:23:42 -07:00
Mike Danese
85268af342 move user docs to their new home 2015-07-21 10:23:42 -07:00
Eric Tune
e503d52acc Move versioning.md to design/ -- not user-focused. 2015-07-21 10:23:42 -07:00
Marcin Wielgus
4963fb107e examples/hazelcast - pass namespace, reduce cpu requirements and inc image version 2015-07-21 10:23:42 -07:00
hurf
4095c01561 Add a better help message for kubectl describe
When resource type isn't given in the command, print the possible
resource types. Also added the resource type description in help
strings.
2015-07-21 10:23:42 -07:00
Dr. Stefan Schimanski
ae789e6c6c Address review comments 2015-07-21 10:23:42 -07:00
Brian Grant
c880804f11 Add remaining sections to the "pods in production" part of the user guide. 2015-07-21 10:23:41 -07:00