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

Add support to ignore_size attribute on nodepools

Open robo-cap opened this issue 1 year ago • 0 comments

Ability to associate nodepools with oci_containerengine_node_pool terraform resources that ignore nodepool size. This is useful for nodepools managed by the cluster autoscaler.

Add ignore_size = true to the nodepool attributes.

Adding this attribute to an existing nodepool will trigger the recreation of it.

If you intend to set the attribute ignore_size = true for some of the nodepools, you need to use the terraform state mv command.

Documentation was updated, should be available here: https://oracle-terraform-modules.github.io/terraform-oci-oke/guide/extensions_cluster_autoscaler.html

Resolves #763

robo-cap avatar Jun 28 '24 04:06 robo-cap