terraform-google-kubernetes-engine
terraform-google-kubernetes-engine copied to clipboard
Question: Is there a reason to not delete the default node pool by default?
trafficstars
Is there a specific reason why the remove_default_node_pool variable is set to false by default? Given that the default-node-pool node pool is set up by default, it seems to me that remove_default_node_pool would be better set to true by default.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Bump.
@rux616 This is mostly for backwards-compatibility as historically there were some issues with changing this default.
It's definitely worth revisiting our default and you should feel free to set it to true.