You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/features/azure-arc/deployment/kubeadm/ubuntu/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ In this example, we will deploy Kubernetes over multiple Linux machines (physica
4
4
5
5
## Pre-requisites
6
6
7
-
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
7
+
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
8
8
1. Designate one machine as the Kubernetes master
9
9
1. Rest of the machines will be used as the Kubernetes agents
10
10
11
-
**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**
11
+
**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**
0 commit comments