We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a recipe for reproducing the error. enableTLSCluster, See https://github.com/pingcap/tidb-operator/blob/master/charts/tidb-cluster/values.yaml#L61.
What did you expect to see? select INFORMATION_SCHEMA.CLUSTER_INFO table
What did you see instead?
[INFORMATION_SCHEMA]> select * from CLUSTER_INFO; ERROR 1105 (HY000): Get http://db-pd:2379/pd/api/v1/config/cluster-version: EOF
tidb-server -V
select tidb_version();
The text was updated successfully, but these errors were encountered:
PTAL @lysu
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do?
If possible, provide a recipe for reproducing the error.
enableTLSCluster, See https://github.com/pingcap/tidb-operator/blob/master/charts/tidb-cluster/values.yaml#L61.
What did you expect to see?
select INFORMATION_SCHEMA.CLUSTER_INFO table
What did you see instead?
tidb-server -V
or runselect tidb_version();
on TiDB)?v4.0.0-beta.1
The text was updated successfully, but these errors were encountered: