-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove default node pools and manage them explicitly #15
Comments
We definitely encourage explicitly managing the node pools, as shown in the examples: https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/examples/node_pool Regarding the |
Oh, would love to hear about what the issues were with using that parameter @ryanckoch :) |
I would love to see this fixed too! |
I'd also like to help get this fixed - what was the issue with the |
@ryanckoch Can you chime in here? |
Fixed by #55. |
The default node pools cause trouble with managing the cluster. It seems like a better architecture to manage the node pools explicitly. Does it make sense to use the
remove_default_node_pool
parameter for thegoogle_container_cluster
and add just manage the node pools explicitly?ref: hashicorp/terraform-provider-google#475 (comment)
The text was updated successfully, but these errors were encountered: