Skip to content

Commit f17dbe0

Browse files
authored
Merge pull request #2 from kubernetes/master
sync
2 parents 5fd3431 + 691b2d6 commit f17dbe0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contributors/design-proposals/architecture/namespaces.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ and reference particular entities across operations.
8383
A *Namespace* provides an authorization scope for accessing content associated
8484
with the *Namespace*.
8585

86-
See [Authorization plugins](../admin/authorization.md)
86+
See [Authorization plugins](https://kubernetes.io/docs/admin/authorization/)
8787

8888
### Limit Resource Consumption
8989

@@ -92,13 +92,13 @@ A *Namespace* provides a scope to limit resource consumption.
9292
A *LimitRange* defines min/max constraints on the amount of resources a single
9393
entity can consume in a *Namespace*.
9494

95-
See [Admission control: Limit Range](admission_control_limit_range.md)
95+
See [Admission control: Limit Range](../resource-management/admission_control_limit_range.md)
9696

9797
A *ResourceQuota* tracks aggregate usage of resources in the *Namespace* and
9898
allows cluster operators to define *Hard* resource usage limits that a
9999
*Namespace* may consume.
100100

101-
See [Admission control: Resource Quota](admission_control_resource_quota.md)
101+
See [Admission control: Resource Quota](../resource-management/admission_control_resource_quota.md)
102102

103103
### Finalizers
104104

contributors/design-proposals/cluster-lifecycle/kubelet-tls-bootstrap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ type CertificateSigningRequestList struct {
135135

136136
## Certificate Request Process
137137

138-
### Node intialization
138+
### Node initialization
139139

140140
When the kubelet executes it checks a location on disk for TLS assets
141141
(currently `/var/run/kubernetes/kubelet.{key,crt}` by default). If it finds

0 commit comments

Comments
 (0)