-
Notifications
You must be signed in to change notification settings - Fork 501
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
fix(tidb): move bootstrap sql to cluster spec #6048
fix(tidb): move bootstrap sql to cluster spec #6048
Conversation
liubog2008
commented
Jan 17, 2025
- move bootstrap sql ref to cluster spec because it is only worked when tidb is bootstrapped.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/v2 #6048 +/- ##
===========================================
Coverage 69.98% 69.98%
===========================================
Files 153 153
Lines 9530 9530
===========================================
Hits 6670 6670
Misses 2860 2860
Flags with carried forward coverage won't be shown. Click here to find out more. |
apis/core/v1alpha1/cluster_types.go
Outdated
@@ -75,6 +76,11 @@ type ClusterSpec struct { | |||
// Whether enable the TLS connection between TiDB cluster components. | |||
TLSCluster *TLSCluster `json:"tlsCluster,omitempty"` | |||
|
|||
// BootstrapSQL refer to a configmap which contains the bootstrap SQL file with the key `bootstrap-sql`, |
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.
// BootstrapSQL refer to a configmap which contains the bootstrap SQL file with the key `bootstrap-sql`, | |
// BootstrapSQL refers to a configmap which contains the bootstrap SQL file with the key `bootstrap-sql`, |
Signed-off-by: liubo02 <[email protected]>
77111b9
to
469ee92
Compare
/run-pull-e2e-kind-v2 |
Signed-off-by: liubo02 <[email protected]>
/run-pull-e2e-kind-v2 |
1 similar comment
/run-pull-e2e-kind-v2 |
Signed-off-by: liubo02 <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: csuzhangxc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|