summaryrefslogtreecommitdiff
path: root/access.md
AgeCommit message (Collapse)Author
2015-12-21run hack/update-generated-docs.shChao Xu
2015-11-13Run update-gendocsTim Hockin
2015-09-14 fix documenteulerzgy
2015-08-05rewrite all links to issues 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-14automated link fixesMike Danese
2015-07-13Apply mungedocs changesDaniel Smith
2015-07-13Run gendocs and mungesTim Hockin
2015-07-10Auto-fixed docsDaniel Smith
2015-07-06Add user-oriented compute resource doc.Eric Tune
Adds docs/compute_resources.md with user-oriented explanation of compute resources. Reveals detail gradually and includes examples and troubleshooting. Examples are tested. Moves design-focused docs/resources.md to docs/design/resources.md. Updates links to that.
2015-06-17Qualified all references to "controller" so that references to "replication ↵RichieEscarez
controller" are clear. fixes #9404 Also ran hacks/run-gendocs.sh
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-03-25Fix confusing use of "comprise"Mark Maglana
The word "comprise" means "be composed of" or "contain" so "applications comprised of multiple containers" would mean "applications composed of of multiple containers" or "applications contained of multiple containers" which is confusing. I understand that this is nitpicking and that "comprise" has a new meaning which is the opposite of its original definition just like how "literally" now means "figuratively" to some people. However, I believe that clarity is of utmost importance in technical documentation which is why I'm proposing this change.
2015-02-03Fix the broken links in the labels and access design docs.Alex Robinson
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.