-
Notifications
You must be signed in to change notification settings - Fork 140
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
Expose maintenance interval as a blueprint setting for node pools in GKE #2971
Expose maintenance interval as a blueprint setting for node pools in GKE #2971
Conversation
I've tested all scenarios (see description for details). Please review @ankitkinra |
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.
re: Test Plan
I think, ml-gke would be the right blueprint to use for testing
…ter-toolkit into annuay/expose-maintenance-property-gke
Added maintenance policy to a daily test. Verified that the changes were reflected in the created node pool (ubuntu) @ankitkinra |
…ter-toolkit into annuay/expose-maintenance-property-gke
2bd5b5e
into
GoogleCloudPlatform:develop
Request
Expose host_maintenance_interval as a user configurable setting in the blueprint
Approach
Expose as an optional terraform variable. If passed, we will set this under node_pool.node_config, using a dynamic block. Possible values are PERIODIC and AS_NEEDED
Test plan
Deployment
Merge to develop. No additional action needed as of now
Submission Checklist
Please take the following actions before submitting this pull request.