-
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
fix: node_pools_cgroup_mode var does not correctly handle the "all" map key #2224
fix: node_pools_cgroup_mode var does not correctly handle the "all" map key #2224
Conversation
/gcbrun |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @DrFaust92!
I'd like to include this in v35.0.1 #2219
checking! |
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
ea7b85b
to
f0e941c
Compare
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
apeabody did local best effort to test, plan works fine in all scenarios + added it to tests |
/gcbrun |
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
/gcbrun |
@DrFaust92 - Thanks, looks like the test works, but node pool 1 as-built is
I'm seeing this in the plan (looks like pool-01 IS being created with
Also for the cluster:
|
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
checking |
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
apeabody I think its good now, I swapped the order of checking "all" and specific node config. first it should check node pool specific and then default to all (or nothing if not specified) Local plan looks good now |
/gcbrun |
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
/gcbrun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @DrFaust92! LGTM
…ap key (terraform-google-modules#2224) Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
Closes #2196