terraform-linode-k8s
terraform-linode-k8s copied to clipboard
Feature Request: Add ability to add LKE pools independently of the cluster resource
Feature Request:
We need the ability to specify node pools independently from the cluster resource itself. We have automations that add and remove node pools entirely depending on failover scenarios. Currently with a secondary pool configured inside the linode_lke_cluster resource, you cannot specify the pool have a count=0 or autoscaler min = 0. Unless there's some other trick i'm not thinking of, this means I cannot easily add and remove pools based on a simple variable. (I would have to update my code to comment out the pool). What i'm asking for is akin to digital oceans's kubernetes_node_pool.