-
Notifications
You must be signed in to change notification settings - Fork 499
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
Use TiDB v2.1.8 by default & remove pushgateway #435
Conversation
Is "Remove unused privileged tidb" related to this change? Can this be done in a separate PR? I think privileged tidb for password reset is still a useful concept. |
/run-e2e-tests |
/run-e2e-tests |
/run-e2e-tests |
1 similar comment
/run-e2e-tests |
@onlymellb I've addressed your comment, PTAL again. |
/run-e2e-tests |
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-tests |
What problem does this PR solve?
This PR removes pushgateway sidecar to embrace newer version (>=v2.1.3) of TiKV. And also upgrade default TiDB to v2.1.8.
What is changed and how it works?
Check List
Tests
helm install charts/tidb-operator --name=tidb-operator --namespace=tidb-admin
helm install charts/tidb-cluster --name=tidb-cluster --namespace=tidb
Code changes
Side effects
Related changes