terraform-oci-oke icon indicating copy to clipboard operation
terraform-oci-oke copied to clipboard

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

Open csraovaradev opened this issue 2 years ago • 8 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

New or Affected Resource(s)

Potential Terraform Configuration

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

References

csraovaradev avatar Mar 24 '23 04:03 csraovaradev

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.

hyder avatar Mar 24 '23 05:03 hyder

@hyder thanks for the info

csraovaradev avatar Mar 24 '23 08:03 csraovaradev

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.

12345ieee avatar Apr 05 '23 13:04 12345ieee

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.

hyder avatar Apr 05 '23 15:04 hyder

cluster_type = "ENHANCED_CLUSTER" works for me , thank you

csraovaradev avatar Apr 05 '23 23:04 csraovaradev

@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 ?

csraovaradev avatar Apr 05 '23 23:04 csraovaradev

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.

hyder avatar Apr 06 '23 01:04 hyder

@hyder not in a hurry, just wanted to check

csraovaradev avatar Apr 06 '23 06:04 csraovaradev