From 1b91793ecf2d02d014505640e62cc0562c2eebf3 Mon Sep 17 00:00:00 2001 From: Tim Joseph Dumol Date: Sat, 14 Oct 2017 04:20:26 +0800 Subject: [PATCH] Reduce documented minimum node memory. (#5901) In "Configure Default Memory Requests and Limits for a Namespace", reduce documented minimum node memory from 300 GiB to 2 GiB. --- docs/tasks/administer-cluster/memory-default-namespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/administer-cluster/memory-default-namespace.md b/docs/tasks/administer-cluster/memory-default-namespace.md index d2d7bf0d5a..f6e4c0388b 100644 --- a/docs/tasks/administer-cluster/memory-default-namespace.md +++ b/docs/tasks/administer-cluster/memory-default-namespace.md @@ -15,7 +15,7 @@ Kubernetes assigns a default memory request under certain conditions that are ex {% include task-tutorial-prereqs.md %} -Each node in your cluster must have at least 300 GiB of memory. +Each node in your cluster must have at least 2 GiB of memory. {% endcapture %}