Skip to content

Commit fc2be62

Browse files
authored
Merge pull request #59548 from sigv/az-bootstrap-d8s_v3
OCPBUGS#13060: Update IPI bootstrap size to D8s_v3
2 parents cae63a0 + 51c2c4c commit fc2be62

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

modules/installation-azure-limits.adoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,39 @@ endif::ash[]
5858

5959
|vCPU
6060
ifndef::ash[]
61+
ifndef::upi[]
62+
|44
63+
endif::upi[]
64+
ifdef::upi[]
6165
|40
66+
endif::upi[]
6267
|20 per region
68+
ifndef::upi[]
69+
|A default cluster requires 44 vCPUs, so you must increase the account limit.
70+
endif::upi[]
71+
ifdef::upi[]
6372
|A default cluster requires 40 vCPUs, so you must increase the account limit.
73+
endif::upi[]
6474

6575
By default, each cluster creates the following instances:
6676

6777
* One bootstrap machine, which is removed after installation
6878
* Three control plane machines
6979
* Three compute machines
7080
81+
ifndef::upi[]
82+
Because the bootstrap and control plane machines use `Standard_D8s_v3` virtual
83+
machines, which use 8 vCPUs, and the compute machines use `Standard_D4s_v3`
84+
virtual machines, which use 4 vCPUs, a default cluster requires 44 vCPUs.
85+
The bootstrap node VM, which uses 8 vCPUs, is used only during installation.
86+
endif::upi[]
87+
ifdef::upi[]
7188
Because the bootstrap machine uses `Standard_D4s_v3` machines, which use 4 vCPUs,
7289
the control plane machines use `Standard_D8s_v3` virtual
7390
machines, which use 8 vCPUs, and the worker machines use `Standard_D4s_v3`
7491
virtual machines, which use 4 vCPUs, a default cluster requires 40 vCPUs.
7592
The bootstrap node VM, which uses 4 vCPUs, is used only during installation.
93+
endif::upi[]
7694
endif::ash[]
7795
ifdef::ash[]
7896
|56

0 commit comments

Comments
 (0)