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: docs/terraformoptions.adoc
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -799,25 +799,25 @@ node_pools = {
799
799
}
800
800
|{}
801
801
802
-
|node_pool_image_id
803
-
|The OCID of custom image to use when provisioning worker nodes. When no OCID is specified, the worker nodes will use the node_pool_os and node_pool_os_version to identify an image to provision the worker nodes.
802
+
|worker_image_id
803
+
|The OCID of custom image to use when provisioning worker nodes. When no OCID is specified, the worker nodes will use the worker_image_os and worker_image_os_version to identify an image to provision the worker nodes.
804
804
|
805
805
|"none"
806
806
807
-
|node_pool_image_type
808
-
|Whether to use a Platform, OKE or custom image. When custom is set, the node_pool_image_id *must* be specified. Using an OKE image minimizes the time it takes to provision worker nodes at runtime when compared to platform images and custom images. OKE images are optimized for use as worker node base images, with all the necessary configurations and required software. The use of OKE images reduces worker node provisioning time by more than half when compared to platform images. OKE images are provided by Oracle and built on top of platform images.
807
+
|worker_image_type
808
+
|Whether to use a Platform, OKE or custom image. When custom is set, the worker_image_id *must* be specified. Using an OKE image minimizes the time it takes to provision worker nodes at runtime when compared to platform images and custom images. OKE images are optimized for use as worker node base images, with all the necessary configurations and required software. The use of OKE images reduces worker node provisioning time by more than half when compared to platform images. OKE images are provided by Oracle and built on top of platform images.
809
809
| "custom","oke","platform"
810
810
|"oke"
811
811
812
-
|node_pool_os
812
+
|worker_image_os
813
813
|The name of the Operating System image to use to provision the worker nodes.
814
814
|
815
815
|Oracle Linux
816
816
817
-
|node_pool_os_version
817
+
|worker_image_os_version
818
818
|The corresponding version of the Operating System image to use to provision the worker nodes.
819
819
|
820
-
|7.9
820
+
|8
821
821
822
822
|cloudinit_nodepool_common
823
823
|cloud-init common for all nodepools when no specific script mentioned for nodepool in cloudinit_nodepool.
error_message="Missing image_id for pool ${each.key}. Check provided value for image_id if image_type is 'custom', or image_os/image_os_version if image_type is 'oke' or 'platform'."
error_message="Missing image_id for pool ${each.key}. Check provided value for image_id if image_type is 'custom', or image_os/image_os_version if image_type is 'oke' or 'platform'."
0 commit comments