terraform-oci-oke
terraform-oci-oke copied to clipboard
Add support to ignore_size attribute on nodepools
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