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

fix: Node Pool enable_gcfs true:false #1976

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

psiegmannyardi
Copy link

Currently enable_gcfs is either set to true or null which can cause node pools that are set to false to be recreated. This will change it to either be true or false

this currently sets enable_gcfs either to true or null which can cause node pools that are set to false to be recreated
@psiegmannyardi psiegmannyardi requested review from ericyz, gtsorbo and a team as code owners June 12, 2024 17:32
Copy link

google-cla bot commented Jun 12, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@psiegmannyardi psiegmannyardi changed the title Node Pool enable_gcfs true:false Jun 13, 2024
Copy link
Contributor

@apeabody apeabody left a 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 @psiegmannyardi!

Please see my initial note below on the examples

source = "terraform-google-modules/kubernetes-engine/google"
version = "~> 31.0"
source = "../../.."
# [restore-marker] version = "~> 31.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like these "leaked" from a test and will need to be reverted.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@apeabody I think I got them reverted to the state you want

@apeabody
Copy link
Contributor

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants