-
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(TPG>=5.40.0)!: Add support for RayOperator Addon #2032
Conversation
Change-Id: Ic8d3e1bece5088c569608dda2b05c58bcad59636
/gcbrun |
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 @genlu2011!
It would be best to exercise this new capability in an appropriate existing samples, so it has test coverage: https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/examples
Even better would to be then validate the cluster state (for Ray Operator Addon) in the respective test verify: https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/test/integration
Change-Id: Id54e003f5b52675be3076082cc09931f6659b86c
/gcbrun |
/gcbrun |
test/integration/simple_autopilot_public/testdata/TestSimpleAutopilotPublic.json
Outdated
Show resolved
Hide resolved
/gcbrun |
1 similar comment
/gcbrun |
Added test. |
/gcbrun |
Going to re-trigger
|
/gcbrun |
looks like a spacing difference in the test data:
|
Change-Id: I69818a30061486b905d4ef63d13288d57c80a784
Yeah, I change the test to compare fields. |
/gcbrun |
Support for feature was added in 5.40.0 of terraform-provider-google: https://github.com/hashicorp/terraform-provider-google/releases/tag/v5.40.0
container: added field ray_operator_config for resource_container_cluster (hashicorp/terraform-provider-google#18825)