mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 05:02:50 +00:00
fix links
This commit is contained in:
@@ -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.
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user