From a21b012a372694c2205eac0197dcd5bc436f5858 Mon Sep 17 00:00:00 2001 From: "Anton Antonov (TONY)" Date: Wed, 4 Dec 2019 17:52:59 -0800 Subject: [PATCH] More wording. --- .../features/azure-arc/deployment/kubeadm/ubuntu/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/features/azure-arc/deployment/kubeadm/ubuntu/README.md b/samples/features/azure-arc/deployment/kubeadm/ubuntu/README.md index ad17a2a2..280d854f 100644 --- a/samples/features/azure-arc/deployment/kubeadm/ubuntu/README.md +++ b/samples/features/azure-arc/deployment/kubeadm/ubuntu/README.md @@ -4,11 +4,11 @@ In this example, we will deploy Kubernetes over multiple Linux machines (physica ## Pre-requisites -1. Multiple Ubuntu Linux machines or virtual machines. Recommended configuration is 8 CPUs, 32 GB memory each and at least 100 GB storage for each machine. Minimum number of machines required is three machines +1. Multiple Ubuntu Linux machines or virtual machines. Recommended configuration is 16 CPUs, 96 GB memory each and at least 100 GB storage for each machine. Minimum number of machines required is three machines 1. Designate one machine as the Kubernetes master 1. Rest of the machines will be used as the Kubernetes agents -**NOTE: Ensure there is sufficient local storage on your agents. Each volume will use up to 10GB by default. The script creates 25 volumes. Not all of the volumes will be used since it depends on the number of pods being deployed on each agent node. It is recommended to have at least 200 GB of storage on the agent nodes** +**NOTE: Ensure there is sufficient local storage on your agents. Each volume will use up to 10GB by default. The script creates 40 volumes. Not all of the volumes will be used since it depends on the number of pods being deployed on each agent node. It is recommended to have at least 200 GB of storage on the agent nodes** ### Useful resources