-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add autoscaling settings to external clusters #12003
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 autoscaling settings to external clusters #12003
Conversation
e14f06a
to
0452a48
Compare
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_vmwareengine_cluster" "primary" {
autoscaling_settings {
autoscaling_policies {
granted_memory_thresholds {
scale_in = # value needed
scale_out = # value needed
}
}
}
}
Resource: resource "google_vmwareengine_private_cloud" "primary" {
management_cluster {
autoscaling_settings {
autoscaling_policies {
consumed_memory_thresholds {
scale_in = # value needed
scale_out = # value needed
}
granted_memory_thresholds {
scale_in = # value needed
scale_out = # value needed
}
}
}
}
}
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_vmwareengine_cluster" "primary" {
autoscaling_settings {
autoscaling_policies {
granted_memory_thresholds {
scale_in = # value needed
scale_out = # value needed
}
}
}
}
|
Tests analyticsTotal tests: 14 Click here to see the affected service packages
🟢 All tests passed! View the build log |
Tests analyticsTotal tests: 14 Click here to see the affected service packages
🟢 All tests passed! View the build log |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 14 Click here to see the affected service packages
🟢 All tests passed! View the build log |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 14 Click here to see the affected service packages
🟢 All tests passed! View the build log |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 14 Click here to see the affected service packages
🟢 All tests passed! View the build log |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 14 Click here to see the affected service packages
🟢 All tests passed! View the build log |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 14 Click here to see the affected service packages
🟢 All tests passed! View the build log |
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @rileykarson, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
b993e70
to
17c0ef7
Compare
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 14 Click here to see the affected service packages
🟢 All tests passed! View the build log |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 14 Click here to see the affected service packages
🟢 All tests passed! View the build log |
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.
Hi, thanks for your PR!
I'm asking the Google Terraform team if anyone can swap review of this PR with me, as there are a few blockers for me to review this as a HashiCorp employee/non-googler:
- No information about the new fields in the public API docs for me to use
- I'm unable to access the acceptance test logs you've supplied (thank you for supplying some!)
- I'm unable to run the acceptance test in our test environment to create some new logs for me to look at due to "Error code 13, message: an internal error has occurred" errors occurring
mmv1/third_party/terraform/services/vmwareengine/resource_vmwareengine_cluster_test.go
Outdated
Show resolved
Hide resolved
mmv1/third_party/terraform/services/vmwareengine/resource_vmwareengine_cluster_test.go
Outdated
Show resolved
Hide resolved
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 14 Click here to see the affected service packages
🟢 All tests passed! View the build log |
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.
LGTM, thanks!
I'm going to merge this and assume the nightly environments succeed. If they don't I can follow up.
Add terraform support for autoscaling in external cluster
Acceptance test logs can be found at gpaste/6064282717650944
Release Note Template for Downstream PRs (will be copied)