Skip to content

Commit 33075b3

Browse files
committed
Updating machine reqs.
1 parent 0b6bf9d commit 33075b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • samples/features/azure-arc/deployment/kubeadm

samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Using this sample bash script, you will deploy a single node Kubernetes cluster
66
## Pre-requisites
77

88
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.
1010
1. Update existing packages using commands below to ensure that the OS image is up to date
1111

1212
``` bash
@@ -16,7 +16,7 @@ sudo systemctl reboot
1616

1717
## Recommended Virtual Machine settings
1818

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.
2020

2121
1. Use checkpoint or snapshot capability in your hyper visor so that you can rollback the virtual machine to a clean state.
2222

samples/features/azure-arc/deployment/kubeadm/ubuntu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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 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
88
1. Designate one machine as the Kubernetes master
99
1. Rest of the machines will be used as the Kubernetes agents
1010

0 commit comments

Comments
 (0)