-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add autoscaling settings to pc management cluster #12002
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 pc management cluster #12002
Conversation
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_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
}
}
}
}
}
|
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.
Missing test reportYour PR includes resource fields which are not covered by any test. 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
}
}
}
}
}
|
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.
|
1 similar comment
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 |
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. @zli82016, 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. |
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 |
mmv1/third_party/terraform/services/vmwareengine/resource_vmwareengine_private_cloud_test.go
Outdated
Show resolved
Hide resolved
mmv1/templates/terraform/examples/vmware_engine_private_cloud_full.tf.tmpl
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 |
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, @varshatumburu , I tried to create a resource with
Do you have an idea for the reason? Thanks. |
Hi @zli82016, I would require more information and logs before and after to check. Could you also share the request that was made to update the cluster settings, and if there were any failure messages before/after? |
Hello, @varshatumburu , I didn't update the resource. Instead, I created the resource. This is the request:
The error I got for my test is that
I didn't see other errors. |
Autoscaling settings will not get added to the cluster without cool down period. Although some are optional fields in the proto, all fields (policy, min, max node count, cool down period) are mandatory for successful addition of autoscaling settings. Please retry by adding cool down period and let me know if you are facing the same issue. |
That makes sense. Do you have any suggestion how long the cool down period should be? Thanks. |
5f1de47
to
1209187
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.
|
Hi @zli82016 , I've added post_create file as requested and tested creation with autoscale settings at gpaste/5982018759557120 |
Tests analyticsTotal tests: 14 Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
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.
|
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
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
1 similar comment
Tests analyticsTotal tests: 14 Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
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.
Add terraform support for autoscaling in pc management cluster
Private Cloud Acceptance Tests pass at gpaste/5685698748481536
Release Note Template for Downstream PRs (will be copied)