Skip to content

Commit

Permalink
Merge pull request kubernetes#1309 from ms4720/ms4720-patch-1
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Links now work
  • Loading branch information
Kubernetes Submit Queue authored Nov 1, 2017
2 parents c23e7f1 + 786a27c commit 691b2d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contributors/design-proposals/architecture/namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ and reference particular entities across operations.
A *Namespace* provides an authorization scope for accessing content associated
with the *Namespace*.

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

### Limit Resource Consumption

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

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

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

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

### Finalizers

Expand Down

0 comments on commit 691b2d6

Please sign in to comment.