-
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
feat(safer-cluster): add support for observability_metrics and -_relay #2291
base: main
Are you sure you want to change the base?
Conversation
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 @foosinn!
Can you please update the template, so this is applied to all relevant sub-modules: https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/main/CONTRIBUTING.md#templating
Hey @apeabody, maybe I'm blind here, but I only was able to find the templates for the normal and the safer cluster. Can you please point me to a file? Thanks! |
Sure, here is an example from the linter.
So I would start by making your first change here: https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/main/autogen/safer-cluster/main.tf.tmpl#L110, and then run |
This adds the missing observability options to the safer cluster variants. It seems to work without issues.
Would love to see this upstreamed.
Thanks!