-
Notifications
You must be signed in to change notification settings - Fork 500
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
chart: add important parameters to tikv and tidb config #786
Conversation
* add move `status-addr` to start script
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
charts/tidb-cluster/values.yaml
Outdated
# # sync-log = true | ||
# # apply-pool-size = 2 | ||
# # store-pool-size = 2 | ||
# shared = true |
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.
What if users deploy TiDB cluster of v2.x with this chart?
charts/tidb-cluster/values.yaml
Outdated
@@ -258,7 +223,11 @@ tidb: | |||
config: | | |||
[log] | |||
level = "info" | |||
|
|||
# # Here are some parameters you MUST to customize (Please configure in the above 'tidb.config' section): |
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.
"MUST customize"
2742e10
to
756ac08
Compare
@aylei @DanielZhangQD PTAL again. |
/run-e2e-in-kind |
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
/run-e2e-test |
cherry pick to release-1.0 in PR #810 |
* Add conflicts check and test files * delete test files
What problem does this PR solve?
status-addr
to start scriptWhat is changed and how does it work?
Check List
Tests
Code changes
Side effects
Related changes
Does this PR introduce a user-facing change?: