oracle-terraform-modules / terraform-oci-oke

The Terraform OKE Module Installer for Oracle Cloud Infrastructure provides a Terraform module that provisions the necessary resources for Oracle Container Engine.
https://oracle-terraform-modules.github.io/terraform-oci-oke/
Universal Permissive License v1.0
153 stars 207 forks source link

virtual node pools - can i know which parameter need to be use to provision node pool type to be virtual and not managed #673

Open csraovaradev opened 1 year ago

csraovaradev commented 1 year ago

Community Note

Description

New or Affected Resource(s)

Potential Terraform Configuration

# Copy-paste any Terraform configurations for how the requested feature may be used. 

References

hyder commented 1 year ago

Support for virtual nodes has not yet landed in the oci provider. This should happen soon. As soonas it lands, we'll add support for it.

If you would like to contribute, you are most welcome.

csraovaradev commented 1 year ago

@hyder thanks for the info

12345ieee commented 1 year ago

Version 4.114 should have added it all: https://github.com/oracle/terraform-provider-oci/releases/tag/v4.114.0 It should be oci_containerengine_cluster.type, but I have not tested it.

I would appreciate support as well, even if it's 5.x only.

hyder commented 1 year ago

We have a PR open: https://github.com/oracle-terraform-modules/terraform-oci-oke/pull/683. It works, it just requires a small cosmetic change.

csraovaradev commented 1 year ago

cluster_type = "ENHANCED_CLUSTER" works for me , thank you

csraovaradev commented 1 year ago

@hyder Support for virtual nodesfor resouce: oci_containerengine_node_pool , will be released in future release or is it in place for the latest version ?

hyder commented 1 year ago

We'll add the enhanced first and then support for virtual nodes. If you're in a hurry, we can cut a release now so you can manually create the virtual nodes.

Let us know.

csraovaradev commented 1 year ago

@hyder not in a hurry, just wanted to check