@@ -22,8 +22,8 @@ By adding a limit range to your namespace, you can enforce the minimum and
22
22
maximum amount of CPU and Memory consumed by an individual pod or container.
23
23
24
24
See the
25
- https://github.com/GoogleCloudPlatform/kubernetes/blob/master/ docs/design/admission_control_limit_range.md[Kubernetes
26
- documentation] for more information.
25
+ https://kubernetes.io/ docs/admin/admission-controllers/#limitranger[Kurbenetes documentation]
26
+ for more information.
27
27
28
28
== ResourceQuota
29
29
@@ -36,12 +36,12 @@ cluster resources.
36
36
37
37
ifdef::openshift-enterprise,openshift-origin[]
38
38
See xref:../../admin_guide/quota.adoc#admin-guide-quota[Cluster Administration] and
39
- https://github.com/GoogleCloudPlatform/kubernetes/blob/master/ docs/admin/resource-quota.md [Kubernetes
39
+ https://kubernetes.io/ docs/admin/admission-controllers/#resourcequota [Kubernetes
40
40
documentation] for more information on `*ResourceQuota*`.
41
41
endif::[]
42
42
43
43
ifdef::openshift-dedicated,openshift-online[]
44
- See https://github.com/GoogleCloudPlatform/kubernetes/blob/master/ docs/admin/resource-quota.md [Kubernetes
44
+ See https://kubernetes.io/ docs/admin/admission-controllers/#resourcequota [Kubernetes
45
45
documentation] or contact your administrator for more information on `*ResourceQuota*`.
46
46
endif::[]
47
47
@@ -69,7 +69,7 @@ administrator. Persistent volumes provide durable storage for stateful
69
69
applications.
70
70
71
71
See the
72
- https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/design/ persistent-storage.md [Kubernetes
72
+ https://kubernetes.io/docs/concepts/storage/persistent-volumes/# persistent-volumes [Kubernetes
73
73
documentation] for more information.
74
74
75
75
== PersistentVolumeClaim
@@ -81,7 +81,7 @@ binds them together. The claim is then used as a volume by a pod. Kubernetes
81
81
makes sure the volume is available on the same node as the pod that requires it.
82
82
83
83
See the
84
- https://github.com/GoogleCloudPlatform/kubernetes/blob/master/ docs/design/ persistent-storage.md [Kubernetes
84
+ https://kubernetes.io/ docs/concepts/storage/ persistent-volumes/#persistentvolumeclaims [Kubernetes
85
85
documentation] for more information.
86
86
endif::[]
87
87
0 commit comments