Eric Tune
ffaee4737e
Merge pull request #11326 from erictune/conformance_master
...
Updates to "the Matrix".
2015-07-15 14:59:42 -07:00
Eric Tune
4f3a646dba
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-15 13:51:27 -07:00
Eric Tune
f1c7915d71
Merge pull request #11325 from JanetKuo/toc
...
Make MUNGE generated TOC bookmark work for symbols
2015-07-15 12:56:37 -07:00
Eric Tune
65a372b9ca
Merge pull request #11318 from mikedanese/kubectl-example-fix
...
point kubectl -f examples to correct paths
2015-07-15 12:55:53 -07:00
Eric Tune
ced4709323
Merge pull request #11292 from davidopp/doc1
...
Move diagrams out of top-level docs/ directory and merge
2015-07-15 12:52:57 -07:00
Eric Tune
52848062f3
Merge pull request #11219 from marekbiskup/clarify-rolling-update-procedure
...
clarify rolling update procedure when # replicas is not specified
2015-07-15 12:52:10 -07:00
Eric Tune
006da3f1d9
Merge pull request #11328 from brendandburns/docs2
...
Add missing content, fix links..
2015-07-15 12:51:11 -07:00
Brendan Burns
d2ee2e909a
Add missing content, fix links..
2015-07-15 11:48:44 -07:00
Janet Kuo
de755bf59b
Make MUNGE generated table of contents (TOC) bookmark work when there are symbols in the headline
2015-07-15 11:26:51 -07:00
Mike Danese
b80fe60042
point kubectl -f examples to correct paths
2015-07-15 10:51:45 -07:00
Eric Tune
1a0438d65e
Use a reference style link.
2015-07-15 10:47:25 -07:00
Eric Tune
f5aa9a4476
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-15 10:47:25 -07:00
Eric Tune
cc6120371c
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-15 10:47:24 -07:00
Eric Tune
1f1879dea7
Reformat getting-started-guide table.
...
Should only affect view in .md file, not rendered view.
2015-07-15 10:47:24 -07:00
Zach Loafman
af1a8b825a
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-15 10:30:00 -07:00
Marek Biskup
5d4aef4c49
clarify rolling update procedure when replicas is not specified
2015-07-15 15:02:56 +02:00
David Oppenheimer
d31e13048c
Move diagrams out of top-level docs/ directory and merge
...
docs/devel/developer-guide.md into docs/devel/README.md
2015-07-14 23:56:51 -07:00
David Oppenheimer
8d5eb03c7b
Move some docs from docs/ top-level into docs/{admin/,devel/,user-guide/}.
2015-07-14 22:07:44 -07:00
Tim Hockin
cdc74dde4c
Merge pull request #11254 from thockin/dont-print-lb-firewall-warning
...
Fix load-balancer firewall messages
2015-07-14 21:41:28 -07:00
Tim Hockin
24ea4c5d16
Merge pull request #10747 from mesosphere/kube-dns-docs
...
Document how to launch kube-dns with Kubernetes on Mesos
2015-07-14 21:20:37 -07:00
Tim Hockin
fe89298c09
Fix load-balancer firewall messages
2015-07-14 21:07:46 -07:00
Tim Hockin
43de287427
Merge pull request #11279 from dchen1107/doc
...
Known issue for logging.md
2015-07-14 20:52:16 -07:00
Tim Hockin
4f779ca982
Merge pull request #11208 from bgrant0607/bugfix1
...
Thread user guide docs together
2015-07-14 20:51:41 -07:00
Brian Grant
0045ebd570
Initial TOC for the user guide.
2015-07-15 01:25:22 +00:00
Dawn Chen
34e3432bba
Known issue for logging.md
2015-07-14 17:47:34 -07:00
Brian Grant
d56138ba03
Thread user guide docs together with "What's next" sections, and add a couple missing TOCs.
2015-07-15 00:43:18 +00:00
Tim Hockin
39b86908a1
Run gendocs
2015-07-14 17:28:47 -07:00
Tim Hockin
79f9cd7c83
Run gendocs
2015-07-14 15:28:59 -07:00
Tim Hockin
c4953c6287
Add an image to unversioned warnings
2015-07-14 15:28:59 -07:00
Eric Tune
a660fcd9ad
Merge pull request #11100 from gabrielweyer/patch-1
...
Fixed vnet create command
2015-07-14 15:02:27 -07:00
Eric Tune
69f064fde8
Merge pull request #11200 from arun-gupta/master
...
fixing #11192
2015-07-14 13:02:34 -07:00
Eric Tune
6b38719593
Merge pull request #11195 from erictune/move_versioning
...
Move versioning doc.
2015-07-14 13:01:20 -07:00
Brendan Burns
9eb80d1439
Add a cluster admin-centric doc for namespaces.
2015-07-14 12:52:17 -07:00
Eric Tune
c7335de91a
Merge pull request #11098 from brendandburns/docs2
...
Add another php library
2015-07-14 12:42:57 -07:00
Eric Tune
1551047af4
Merge pull request #11095 from brendandburns/docs
...
Add some additional text about getting help.
2015-07-14 12:42:34 -07:00
Eric Tune
0b597aaf66
Merge pull request #11239 from mikedanese/user-docs-move
...
Move user docs to docs/user-guide/
2015-07-14 12:40:23 -07:00
Eric Tune
1deb93f5d4
Merge pull request #10988 from robamaton/patch-1
...
Update vagrant guide VirtualBox version
2015-07-14 12:20:41 -07:00
Mike Danese
3eff8fce41
automated link fixes
2015-07-14 10:51:10 -07:00
Mike Danese
14c3fc5afe
move user docs to their new home
2015-07-14 10:26:36 -07:00
Eric Tune
e463723f03
Move versioning.md to design/ -- not user-focused.
2015-07-14 09:57:42 -07:00
hurf
6dd8a1dfa4
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-14 16:22:42 +08:00
Dr. Stefan Schimanski
3cb31a2ad4
Address review comments
2015-07-14 08:23:12 +02:00
Tim Hockin
c6161824db
Merge pull request #11205 from bgrant0607/bugfix1
...
Add remaining sections to the "pods in production" part of the user guide
2015-07-13 22:41:27 -07:00
Brian Grant
6ab8556c24
Add remaining sections to the "pods in production" part of the user guide.
2015-07-14 04:58:40 +00:00
Tim Hockin
c8dab21835
Merge pull request #11202 from brendandburns/tunnel
...
Update etcd and add a warning about Docker 1.7.0
2015-07-13 21:50:44 -07:00
Brendan Burns
ab4448a0d6
Update multi-node docker instructions:
...
* Update etcd and add a warning about Docker 1.7.0
* Update kubernetes to 0.21.2, Flannel to 0.5.0
* Remove --sync-nodes which is removed.
2015-07-13 21:28:07 -07:00
arun-gupta
88303b7809
fixing #11192
2015-07-13 19:26:52 -07:00
Daniel Smith
b1555956e9
standardize on - instead of _ in file names
2015-07-13 18:32:00 -07:00
Daniel Smith
2c333e4bc2
move admin related docs into docs/admin
2015-07-13 18:24:11 -07:00
Daniel Smith
821e08fded
Apply mungedocs changes
2015-07-13 17:48:40 -07:00