File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -58,21 +58,39 @@ endif::ash[]
58
58
59
59
|vCPU
60
60
ifndef::ash[]
61
+ ifndef::upi[]
62
+ |44
63
+ endif::upi[]
64
+ ifdef::upi[]
61
65
|40
66
+ endif::upi[]
62
67
|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[]
63
72
|A default cluster requires 40 vCPUs, so you must increase the account limit.
73
+ endif::upi[]
64
74
65
75
By default, each cluster creates the following instances:
66
76
67
77
* One bootstrap machine, which is removed after installation
68
78
* Three control plane machines
69
79
* Three compute machines
70
80
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[]
71
88
Because the bootstrap machine uses `Standard_D4s_v3` machines, which use 4 vCPUs,
72
89
the control plane machines use `Standard_D8s_v3` virtual
73
90
machines, which use 8 vCPUs, and the worker machines use `Standard_D4s_v3`
74
91
virtual machines, which use 4 vCPUs, a default cluster requires 40 vCPUs.
75
92
The bootstrap node VM, which uses 4 vCPUs, is used only during installation.
93
+ endif::upi[]
76
94
endif::ash[]
77
95
ifdef::ash[]
78
96
|56
You can’t perform that action at this time.
0 commit comments