summaryrefslogtreecommitdiff
path: root/security.md
AgeCommit message (Collapse)Author
2015-12-21run hack/update-generated-docs.shChao Xu
2015-11-13Run update-gendocsTim Hockin
2015-08-05rewrite all links to prs to k8s linksMike Danese
2015-07-20Fix capitalization of Kubernetes in the documentation.Alex Robinson
2015-07-17Run gendocsTim Hockin
2015-07-17Better scary messageTim Hockin
2015-07-14Run gendocsTim Hockin
2015-07-14Run gendocsTim Hockin
2015-07-13Apply mungedocs changesDaniel Smith
2015-07-13Remove colon from end of doc heading.Eric Tune
2015-07-13Run gendocs and mungesTim Hockin
2015-07-12Copy edits for typosEd Costello
2015-07-10Auto-fixed docsDaniel Smith
2015-07-08Merge pull request #10950 from pmorie/hostpathVictor Marmol
Change remaining instances of hostDir in docs to hostPath
2015-07-08Change remaining instances of hostDir in docs to hostPathPaul Morie
2015-07-07Make docs links be relative so we can version themTim Hockin
2015-06-12Copy edits for spelling errors and typosEd Costello
Signed-off-by: Ed Costello <epc@epcostello.com>
2015-05-21in docs, update "minions" to "nodes"Chao Xu
2015-05-15Add ga-beacon analytics to gendocs scriptsJeff Lowdermilk
hack/run-gendocs.sh puts ga-beacon analytics link into all md files, hack/verify-gendocs.sh verifies presence of link.
2015-04-23Make docs links go through docs.k8s.ioTim Hockin
2015-02-25Fix nits in security proposalPaul Morie
2015-02-20Service account proposal.Eric Tune
COMMIT_BLOCKED_ON_GENDOCS
2015-02-12Kubernetes pod and namespace security modelClayton Coleman
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.
2014-10-31Separated user, dev, and design docs.Eric Tune
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.