terraform-oci-oke
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
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
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 thanks for the info
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.
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.
cluster_type = "ENHANCED_CLUSTER" works for me , thank you
@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 ?
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 not in a hurry, just wanted to check