Signed-off-by: song <tinysong1226@gmail.com>
This commit is contained in:
song
2022-05-20 00:04:09 +08:00
parent 17199b8ae2
commit 45a7eb57f9
2 changed files with 2 additions and 2 deletions
@@ -172,7 +172,7 @@ resources:
If your namespace has a memory {{< glossary_tooltip text="resource quota" term_id="resource-quota" >}} If your namespace has a memory {{< glossary_tooltip text="resource quota" term_id="resource-quota" >}}
configured, configured,
it is helpful to have a default value in place for memory limit. it is helpful to have a default value in place for memory limit.
Here are two of the restrictions that a resource quota imposes on a namespace: Here are three of the restrictions that a resource quota imposes on a namespace:
* For every Pod that runs in the namespace, the Pod and each of its containers must have a memory limit. * For every Pod that runs in the namespace, the Pod and each of its containers must have a memory limit.
(If you specify a memory limit for every container in a Pod, Kubernetes can infer the Pod-level memory (If you specify a memory limit for every container in a Pod, Kubernetes can infer the Pod-level memory
@@ -29,7 +29,7 @@ Please find documentation on this feature in [earlier versions of documentation]
There is no recommended replacement for this feature that works generically There is no recommended replacement for this feature that works generically
across various Kubernetes distributions. If you are using managed Kubernetes across various Kubernetes distributions. If you are using managed Kubernetes
version, please consult with the vendor hosting Kubernetes for the best version, please consult with the vendor hosting Kubernetes for the best
practices for customizing your Kubernetes. If you are using KubeAdm, refer to practices for customizing your Kubernetes. If you are using `kubeadm`, refer to
[Configuring each kubelet in your cluster using kubeadm](/docs/setup/production-environment/tools/kubeadm/kubelet-integration/). [Configuring each kubelet in your cluster using kubeadm](/docs/setup/production-environment/tools/kubeadm/kubelet-integration/).
In order to migrate off the Dynamic Kubelet Configuration feature, the In order to migrate off the Dynamic Kubelet Configuration feature, the