-
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
ASM module rewrite improvements #1165
ASM module rewrite improvements #1165
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.
Can we remove this https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/master/examples/simple_zonal_with_asm/hub.tf and use the new flags instead?
5c1b682
to
007fbca
Compare
Done, thanks |
@Monkeyanator Looks like some ASM tests may need an update |
* add guide for migrating from previous module * add options for fleet registration and feature enablement * fix test with membership name
Fixes #1164. Adds the
enable_fleet_registration
andenable_mesh_feature
variables, documents a best-effort upgrade path from the previous module