summaryrefslogtreecommitdiff
path: root/access.md
diff options
context:
space:
mode:
authorDaniel Smith <dbsmith@google.com>2015-07-09 18:02:10 -0700
committerDaniel Smith <dbsmith@google.com>2015-07-10 10:54:47 -0700
commit66f367dcbb7a54e35c176b9737419e729b9eabea (patch)
tree2865168ec5a621065f307358aa4c53826e2dba6c /access.md
parentaf4d34389316ecef46b8eeda226b62be31c309d8 (diff)
Auto-fixed docs
Diffstat (limited to 'access.md')
-rw-r--r--access.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/access.md b/access.md
index 72ca969c..85b9c8ec 100644
--- a/access.md
+++ b/access.md
@@ -141,7 +141,7 @@ Improvements:
###Namespaces
K8s will have a have a `namespace` API object. It is similar to a Google Compute Engine `project`. It provides a namespace for objects created by a group of people co-operating together, preventing name collisions with non-cooperating groups. It also serves as a reference point for authorization policies.
-Namespaces are described in [namespace.md](namespaces.md).
+Namespaces are described in [namespaces.md](namespaces.md).
In the Enterprise Profile:
- a `userAccount` may have permission to access several `namespace`s.
@@ -151,7 +151,7 @@ In the Simple Profile:
Namespaces versus userAccount vs Labels:
- `userAccount`s are intended for audit logging (both name and UID should be logged), and to define who has access to `namespace`s.
-- `labels` (see [docs/labels.md](/docs/labels.md)) should be used to distinguish pods, users, and other objects that cooperate towards a common goal but are different in some way, such as version, or responsibilities.
+- `labels` (see [docs/labels.md](../../docs/labels.md)) should be used to distinguish pods, users, and other objects that cooperate towards a common goal but are different in some way, such as version, or responsibilities.
- `namespace`s prevent name collisions between uncoordinated groups of people, and provide a place to attach common policies for co-operating groups of people.