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-single-node-vm/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
@@ -6,7 +6,7 @@ Using this sample bash script, you will deploy a single node Kubernetes cluster
6
6
## Pre-requisites
7
7
8
8
1. A vanilla Ubuntu 16.04 or 18.04 virtual or physical machine. All dependencies will be setup by the script. Using Azure Linux VMs is not yet supported.
9
-
1. Machine should have at least 16 CPUs, 96GB RAM and 100GB disk space. After installing the images you will be left with 50GB for data/logs across all components.
9
+
1. Machine should have at least 8 CPUs, 32GB RAM and 128GB disk space. After installing the images you will be left with 50GB for data/logs across all components.
10
10
1. Update existing packages using commands below to ensure that the OS image is up to date
11
11
12
12
```bash
@@ -16,7 +16,7 @@ sudo systemctl reboot
16
16
17
17
## Recommended Virtual Machine settings
18
18
19
-
1. Use static memory configuration for the virtual machine. For example, in hyper-v installations do not use dynamic memory allocation but instead allocate the recommended 64 GB or higher.
19
+
1. Use static memory configuration for the virtual machine. For example, in hyper-v installations do not use dynamic memory allocation but instead allocate the recommended 32 GB or higher.
20
20
21
21
1. Use checkpoint or snapshot capability in your hyper visor so that you can rollback the virtual machine to a clean state.
Copy file name to clipboardExpand all lines: samples/features/azure-arc/deployment/kubeadm/ubuntu/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ 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 16 CPUs, 96 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 128 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
0 commit comments