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
feat: added support for OKE images for faster worker node provisioning (#529)
* feat: added supported for OKE images for faster worker node
provisioning
Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
* fix: added default freeform tags for cluster and nodepools
Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
* fix: removed `node_source_details` from lifecycle
Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
* added separate dynamic blocks for platform, custom and oke images
Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
Copy file name to clipboardExpand all lines: docs/terraformoptions.adoc
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -688,6 +688,11 @@ node_pools = {
688
688
|
689
689
|"none"
690
690
691
+
|node_pool_image_type
692
+
|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.
693
+
| "custom","oke","platform"
694
+
|"oke"
695
+
691
696
|node_pool_os
692
697
|The name of the Operating System image to use to provision the worker nodes.
0 commit comments