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
I create TiDB cluster using this command:
$ kubectl apply -f example/basic/
The TidbMonitor pod failed to be created, here is the tidb-controller-manager logs:
E0228 08:24:26.730170 1 tidb_monitor_controller.go:118] TidbMonitor: default/basic, sync failed, err: tidbcluster.pingcap.com "basic" not found I0228 08:24:26.730689 1 event.go:255] Event(v1.ObjectReference{Kind:"TidbMonitor", Namespace:"default", Name:"basic", UID:"29b31a69-9b34-4fe6-8ea2-6140059b6058", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"50293", FieldPath:""}): type: 'Warning' reason: 'FailedSync' Sync TidbMonitor[default/basic] Deployment failed,err:tidbcluster.pingcap.com "basic" not found
The text was updated successfully, but these errors were encountered:
This is a bug, the tidbmonitor is supposed to use its namespace when the targetRef namespace is not defined.
ref: #1834
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I create TiDB cluster using this command:
The TidbMonitor pod failed to be created, here is the tidb-controller-manager logs:
The text was updated successfully, but these errors were encountered: