From c97db6d3949862dace2133974f614197d40f1582 Mon Sep 17 00:00:00 2001 From: Rey Lejano Date: Mon, 19 Sep 2022 13:59:01 -0700 Subject: [PATCH] fix link in local storage capacity isolation blog --- .../_posts/2022-09-19-local-storage-capacity-isolation-ga.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2022-09-19-local-storage-capacity-isolation-ga.md b/content/en/blog/_posts/2022-09-19-local-storage-capacity-isolation-ga.md index 065edb7ae0..95cdf793ce 100644 --- a/content/en/blog/_posts/2022-09-19-local-storage-capacity-isolation-ga.md +++ b/content/en/blog/_posts/2022-09-19-local-storage-capacity-isolation-ga.md @@ -98,7 +98,7 @@ spec: type: Container -Also, ephemeral-storage may be specified to reserve for kubelet or system. example, --system-reserved=[cpu=100m][,][memory=100Mi][,][ephemeral-storage=10Gi][,][pid=1000] --kube-reserved=[cpu=100m][,][memory=100Mi][,][ephemeral-storage=5Gi][,][pid=1000]. If your cluster node root disk capacity is 100Gi, after setting system-reserved and kube-reserved value, the available allocatable ephemeral storage would become 85Gi. The schedule will use this information to assign pods based on request and allocatable resources from each node. The eviction manager will also use allocatable resource to determine pod eviction. See more details from [Reserve Compute Resources for System Daemons](docs/tasks/administer-cluster/reserve-compute-resources/) +Also, ephemeral-storage may be specified to reserve for kubelet or system. example, --system-reserved=[cpu=100m][,][memory=100Mi][,][ephemeral-storage=10Gi][,][pid=1000] --kube-reserved=[cpu=100m][,][memory=100Mi][,][ephemeral-storage=5Gi][,][pid=1000]. If your cluster node root disk capacity is 100Gi, after setting system-reserved and kube-reserved value, the available allocatable ephemeral storage would become 85Gi. The schedule will use this information to assign pods based on request and allocatable resources from each node. The eviction manager will also use allocatable resource to determine pod eviction. See more details from [Reserve Compute Resources for System Daemons](/docs/tasks/administer-cluster/reserve-compute-resources/) ### How do I get involved?