Skip to content
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

Add "node-locations" parameter when creating a GKE Node Pool #635

Open
RahadianPanji opened this issue May 31, 2024 · 0 comments
Open

Add "node-locations" parameter when creating a GKE Node Pool #635

RahadianPanji opened this issue May 31, 2024 · 0 comments

Comments

@RahadianPanji
Copy link

SUMMARY

When creating a GKE Node Pool in a regional non-autopilot cluster, there's an option to list which zones the node will be created in. For example in a us-central cluster, we can create a nodepool that's located only in us-central1-a and us-central1-b, by specifying the --node-locations parameter when using the command gcloud container node-pools create (gcloud docs).

But when creating with ansible google.cloud.gcp_container_node_pool, there's no such parameter to specify that (ansible docs). Instead it will create the nodepool located in 3 different arbitrary zones. (for example us-central1-a, us-central1-b, and us-central1-f.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

google.cloud.gcp_container_node_pool

ADDITIONAL INFORMATION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant