summaryrefslogtreecommitdiff
path: root/secrets.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 /secrets.md
parentaf4d34389316ecef46b8eeda226b62be31c309d8 (diff)
Auto-fixed docs
Diffstat (limited to 'secrets.md')
-rw-r--r--secrets.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/secrets.md b/secrets.md
index d91a950a..979c07f0 100644
--- a/secrets.md
+++ b/secrets.md
@@ -71,7 +71,7 @@ service would also consume the secrets associated with the MySQL service.
### Use-Case: Secrets associated with service accounts
-[Service Accounts](./service_accounts.md) are proposed as a
+[Service Accounts](service_accounts.md) are proposed as a
mechanism to decouple capabilities and security contexts from individual human users. A
`ServiceAccount` contains references to some number of secrets. A `Pod` can specify that it is
associated with a `ServiceAccount`. Secrets should have a `Type` field to allow the Kubelet and
@@ -241,7 +241,7 @@ memory overcommit on the node.
#### Secret data on the node: isolation
-Every pod will have a [security context](./security_context.md).
+Every pod will have a [security context](security_context.md).
Secret data on the node should be isolated according to the security context of the container. The
Kubelet volume plugin API will be changed so that a volume plugin receives the security context of
a volume along with the volume spec. This will allow volume plugins to implement setting the
@@ -253,7 +253,7 @@ Several proposals / upstream patches are notable as background for this proposal
1. [Docker vault proposal](https://github.com/docker/docker/issues/10310)
2. [Specification for image/container standardization based on volumes](https://github.com/docker/docker/issues/9277)
-3. [Kubernetes service account proposal](./service_accounts.md)
+3. [Kubernetes service account proposal](service_accounts.md)
4. [Secrets proposal for docker (1)](https://github.com/docker/docker/pull/6075)
5. [Secrets proposal for docker (2)](https://github.com/docker/docker/pull/6697)