Skip to content

Commit 335024a

Browse files
authored
Merge pull request #723 from microsoft/cu1-bdc
Update README.md
2 parents 44bd1d8 + 13757b2 commit 335024a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu

samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ In this example, we will deploy Kubernetes over multiple Linux machines (physica
44

55
## Pre-requisites
66

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 8 CPUs, 32 GB memory each and at least 100 GB storage for each machine<sup>*</sup>. Minimum number of machines required is three machines
88
1. Designate one machine as the Kubernetes master
99
1. Rest of the machines will be used as the Kubernetes agents
1010

11+
<sup>*</sup> The memory requirement listed here is for testing and development scenarios. Production environments require 64 GB memory minimum. Actual limit depends on workload.
12+
1113
**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**
1214

1315
### Useful resources

0 commit comments

Comments
 (0)