-
Notifications
You must be signed in to change notification settings - Fork 498
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
bump TiDB to v2.1.0 #212
bump TiDB to v2.1.0 #212
Conversation
/run-e2e-tests |
2 similar comments
/run-e2e-tests |
/run-e2e-tests |
binlog-socket = "" | ||
[binlog] | ||
# enable to write binlog. | ||
enable = false |
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.
should this field be managed in Values.yaml?
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.
The command line arguments override the configuration file.
@@ -26,3 +26,17 @@ pd-urls = "http://{{ .Values.clusterName }}-pd:2379" | |||
# ssl-cert = "/path/to/drainer.pem" | |||
# Path of file that contains X509 key in PEM format for connection with cluster components. | |||
# ssl-key = "/path/to/drainer-key.pem" | |||
# | |||
# | |||
# we suggest using the default config of the embedded LSM DB now, do not change it useless you know what you are doing |
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.
useless -> unless
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.
Nice catch! This is copied from tidb-binlog repo, you can also send a PR there for the typo :-)
…tor into bump-tidb-2.1.0
/run-e2e-tests |
/run-e2e-tests |
* bump TiDB to v2.1.0
Closes #212