-
Notifications
You must be signed in to change notification settings - Fork 66
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
terraform, gcp: node pool creation followup issue diagnosis and resolution #2768
Comments
Will get this resolved with a PR soon. |
I thought @yuvipanda fixed that yesterday @consideRatio see #2758 |
@pnasrat I used a local branch with #2758 merged and experienced this still. I think there can be a difference between making terraform updates vs creating something from scratch as I did now. I assume that whenever |
When creating a cluster today using an updated master branch (with changes to terraform logic from #2758 (EDIT: previously linked to the wrong PR here), the core node pool was successfully created, but the user notebook node pools were not.
Extract from terraform apply
Analysis
It seems like core nodes and user nodes are configured differently, where core nodes get
location
set, while user nodes getnode_locations
set, and it seems that it causes a failure for user nodes.I opened #2769 about the possibly non-optimial situation of having core nodes not configured to the locations where user nodes run.
Trial
It seems that what was needed for things to work was to add the following config to the user node pools, which is already configured for the core pool:
The text was updated successfully, but these errors were encountered: