File tree 2 files changed +4
-4
lines changed
contributors/design-proposals
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ and reference particular entities across operations.
83
83
A * Namespace* provides an authorization scope for accessing content associated
84
84
with the * Namespace* .
85
85
86
- See [ Authorization plugins] ( ../ admin/authorization.md )
86
+ See [ Authorization plugins] ( https://kubernetes.io/docs/ admin/authorization/ )
87
87
88
88
### Limit Resource Consumption
89
89
@@ -92,13 +92,13 @@ A *Namespace* provides a scope to limit resource consumption.
92
92
A * LimitRange* defines min/max constraints on the amount of resources a single
93
93
entity can consume in a * Namespace* .
94
94
95
- See [ Admission control: Limit Range] ( admission_control_limit_range.md )
95
+ See [ Admission control: Limit Range] ( ../resource-management/ admission_control_limit_range.md)
96
96
97
97
A * ResourceQuota* tracks aggregate usage of resources in the * Namespace* and
98
98
allows cluster operators to define * Hard* resource usage limits that a
99
99
* Namespace* may consume.
100
100
101
- See [ Admission control: Resource Quota] ( admission_control_resource_quota.md )
101
+ See [ Admission control: Resource Quota] ( ../resource-management/ admission_control_resource_quota.md)
102
102
103
103
### Finalizers
104
104
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ type CertificateSigningRequestList struct {
135
135
136
136
## Certificate Request Process
137
137
138
- ### Node intialization
138
+ ### Node initialization
139
139
140
140
When the kubelet executes it checks a location on disk for TLS assets
141
141
(currently ` /var/run/kubernetes/kubelet.{key,crt} ` by default). If it finds
You can’t perform that action at this time.
0 commit comments