terraform-provider-tanzu-mission-control icon indicating copy to clipboard operation
terraform-provider-tanzu-mission-control copied to clipboard

Adding taint option for cluster NodePool

Open orenr2301 opened this issue 7 months ago • 1 comments

Is your feature request related to a problem? Please describe.

Yes, it's related to an issue when I would like to apply taint to nodePool in my terraform code but it doesn't exist at the provider itself

Describe the solution you'd like

I would like to have the option to taint the node pool. | whenever a VM is somehow recreated due to an infra/vSphere/Supervisor issue, the state of "taint" will reflect the node pool node when it gets up.

Would like to have the taint option like the label option

Describe alternatives you've considered

Running a scheduled batch job that taints the node, Or Create a local provisioner for keeping node state taint using the Tanzu CLI or any other API call Tanzu

Additional context

Please refer to cluster_node_pool resource you will see that there is no taint option as well on TMC UI you can see that there is a taint option

orenr2301 avatar Jul 24 '24 13:07 orenr2301