-
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
Add spot vm support to beta clusters #1131
Add spot vm support to beta clusters #1131
Conversation
Thanks for the PR! 🚀 |
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.
@adrianchifor Could you rebase on main? It would be great to get this for our breaking release.
Hi @bharathkkb, @adrianchifor, I was working on the same, waiting with PR for recent providers updates. I opened #1133 rebased on main just in case @adrianchifor will be not able to move forward with this before next release cycle |
Thanks @domino7 but I've just rebased and updated. cc @bharathkkb |
@bharathkkb Any chance we can merge this? Would like to try out the new release tomorrow on a few node pools. |
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.
Could you also mention the min beta provider required in this upgrade guide: https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/master/docs/upgrading_to_v18.0.md?
Noted 4.3+ on google-beta. |
…#1131) * Add spot vm support to beta clusters * Update autogen, make build * Pin min beta version * Make build * Update min test beta version * Note on v18 upgrade
Fixes #1127