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
description="A shape is a template that determines the number of OCPUs, amount of memory, and other resources allocated to a newly created instance for the Worker Node. Select at least 2 OCPUs and 16GB of memory if using Flex shapes"
240
245
}
241
-
variable"node_pool_boot_volume_size_in_gbs" {
246
+
variable"node_pool_boot_volume_size_in_gbs_1" {
242
247
default="60"
243
248
description="Specify a custom boot volume size (in GB)"
244
249
}
245
-
variable"image_operating_system" {
250
+
variable"image_operating_system_1" {
246
251
default="Oracle Linux"
247
252
description="The OS/image installed on all nodes in the node pool."
248
253
}
249
-
variable"image_operating_system_version" {
254
+
variable"image_operating_system_version_1" {
250
255
default="8"
251
256
description="The OS/image version installed on all nodes in the node pool."
0 commit comments