diff options
| author | Chao Xu <xuchao@google.com> | 2016-02-24 10:41:16 -0800 |
|---|---|---|
| committer | Chao Xu <xuchao@google.com> | 2016-02-29 13:27:29 -0800 |
| commit | 8ccd4218d260fdff3feaaf9d1267cd1366524797 (patch) | |
| tree | 8bc6a75ddcb033db0f8d96fd3d20f8c38aadd081 | |
| parent | b60f66576940b5e39abb0bc816f9e64a5e8b119a (diff) | |
fix links
| -rw-r--r-- | security-context-constraints.md | 2 | ||||
| -rw-r--r-- | workflow.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security-context-constraints.md b/security-context-constraints.md index 8a2efd8d..3486a17a 100644 --- a/security-context-constraints.md +++ b/security-context-constraints.md @@ -46,7 +46,7 @@ granting the user themselves an elevated set of permissions. ## Goals -1. Associate [service accounts](http://docs.k8s.io/design/service_accounts.md), groups, and users with +1. Associate [service accounts](../design/service_accounts.md), groups, and users with a set of constraints that dictate how a security context is established for a pod and the pod's containers. 1. Provide the ability for users and infrastructure components to run pods with elevated privileges on behalf of another user or within a namespace where privileges are more restrictive. diff --git a/workflow.md b/workflow.md index f225b0a1..d0838b6e 100644 --- a/workflow.md +++ b/workflow.md @@ -192,7 +192,7 @@ type WorkflowStepStatus struct { ``` `JobTemplateSpec` is already introduced by -ScheduledJob controller proposal](https://github.com/kubernetes/kubernete2s/pull/11980). +ScheduledJob controller proposal](https://github.com/kubernetes/kubernetes/pull/11980). Reported for readability: ```go |
