Commit Graph

22 Commits

Author SHA1 Message Date
Mike Danese 09d971bc58 rewrite all links to prs to k8s links 2015-08-05 21:11:11 -07:00
Alex Robinson 51f581c035 Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
Tim Hockin fabd20afce Run gendocs 2015-07-17 15:35:43 -07:00
Tim Hockin 4510fab29d Better scary message 2015-07-17 09:28:49 -07:00
Tim Hockin 43bcff9826 Run gendocs 2015-07-14 17:28:47 -07:00
Tim Hockin be001476aa Run gendocs 2015-07-14 15:28:59 -07:00
Daniel Smith d3293eb758 Apply mungedocs changes 2015-07-13 17:48:40 -07:00
Eric Tune 8601b6ff40 Remove colon from end of doc heading. 2015-07-13 12:07:26 -07:00
Tim Hockin d4ee500685 Run gendocs and munges 2015-07-13 11:27:48 -07:00
Ed Costello b4deb49a71 Copy edits for typos 2015-07-12 22:03:06 -04:00
Daniel Smith 66f367dcbb Auto-fixed docs 2015-07-10 10:54:47 -07:00
Victor Marmol 252427ada3 Merge pull request #10950 from pmorie/hostpath
Change remaining instances of hostDir in docs to hostPath
2015-07-08 13:49:23 -07:00
Paul Morie 4cc2b50a44 Change remaining instances of hostDir in docs to hostPath 2015-07-08 16:26:20 -04:00
Tim Hockin 1b3281d5d2 Make docs links be relative so we can version them 2015-07-07 15:22:17 -07:00
Ed Costello a407b64a3d Copy edits for spelling errors and typos
Signed-off-by: Ed Costello <epc@epcostello.com>
2015-06-12 18:47:28 -04:00
Chao Xu b4aee3255a in docs, update "minions" to "nodes" 2015-05-21 09:59:40 -07:00
Jeff Lowdermilk d3a429a76f Add ga-beacon analytics to gendocs scripts
hack/run-gendocs.sh puts ga-beacon analytics link into all md files,
hack/verify-gendocs.sh verifies presence of link.
2015-05-15 18:56:38 -07:00
Tim Hockin 812a7b9a63 Make docs links go through docs.k8s.io 2015-04-23 16:36:27 -07:00
Paul Morie db1eb9d48c Fix nits in security proposal 2015-02-25 14:39:01 -05:00
Eric Tune 9b36d8d8ed Service account proposal.
COMMIT_BLOCKED_ON_GENDOCS
2015-02-20 12:04:39 -08:00
Clayton Coleman cbbd382b3f Kubernetes pod and namespace security model
This proposed update to docs/design/security.md includes proposals
on how to ensure containers have consistent Linux security behavior
across nodes, how containers authenticate and authorize to the master
and other components, and how secret data could be distributed to
pods to allow that authentication.

References concepts from #3910, #2030, and #2297 as well as upstream issues
around the Docker vault and Docker secrets.
2015-02-12 10:37:27 -05:00
Eric Tune b8c71ec885 Separated user, dev, and design docs.
Renamed: logging.md -> devel/logging.m
Renamed: access.md -> design/access.md
Renamed: identifiers.md -> design/identifiers.md
Renamed:    labels.md -> design/labels.md
Renamed:    namespaces.md -> design/namespaces.md
Renamed:    security.md -> design/security.md
Renamed:    networking.md -> design/networking.md

Added abbreviated user user-focused document in place of most moved docs.

Added docs/README.md explains how docs are organized.
Added short, user-oriented documentation on labels
Added a glossary.
Fixed up some links.
2014-10-31 08:35:53 -07:00