-
Notifications
You must be signed in to change notification settings - Fork 502
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 extend ability to query external service for autoscaler #2279
Add extend ability to query external service for autoscaler #2279
Conversation
…b.com/Yisaer/tidb-operator into add_external_ability_for_auto_scaling
client = &http.Client{Transport: tr} | ||
} else { | ||
client = &http.Client{} |
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.
Set a timeout for the client?
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.
updated.
Co-Authored-By: DanielZhangQD <[email protected]>
Co-Authored-By: DanielZhangQD <[email protected]>
Co-Authored-By: DanielZhangQD <[email protected]>
Co-Authored-By: DanielZhangQD <[email protected]>
Co-Authored-By: DanielZhangQD <[email protected]>
Co-Authored-By: DanielZhangQD <[email protected]>
Co-Authored-By: DanielZhangQD <[email protected]>
Co-Authored-By: DanielZhangQD <[email protected]>
Co-Authored-By: DanielZhangQD <[email protected]>
Co-Authored-By: DanielZhangQD <[email protected]>
Co-Authored-By: DanielZhangQD <[email protected]>
Co-Authored-By: DanielZhangQD <[email protected]>
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
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
LGTM |
Co-authored-by: weekface <[email protected]>
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
cherry pick to release-1.1 failed |
…2279) * add external ability
What problem does this PR solve?
Close #2235
Add extend ability to query external service for autoscaler to let community user could use their own strategy to adjust the auto-scaling.
Related changes
Does this PR introduce a user-facing change?: