-
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
pdms: PD default using start script v2 with WaitForDnsNameIpMatch when enables PDMS #5564
pdms: PD default using start script v2 with WaitForDnsNameIpMatch when enables PDMS #5564
Conversation
Signed-off-by: husharp <jinhao.hu@pingcap.com>
/run-all-tests |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5564 +/- ##
==========================================
+ Coverage 61.51% 67.75% +6.23%
==========================================
Files 235 246 +11
Lines 30179 34049 +3870
==========================================
+ Hits 18566 23071 +4505
+ Misses 9756 9096 -660
- Partials 1857 1882 +25
|
/run-all-tests |
/run-all-tests |
Signed-off-by: husharp <jinhao.hu@pingcap.com>
Signed-off-by: husharp <jinhao.hu@pingcap.com>
/run-all-tests |
pkg/apis/pingcap/v1alpha1/types.go
Outdated
@@ -151,6 +151,7 @@ type StartScriptVersion string | |||
|
|||
const ( | |||
StartScriptV1 StartScriptVersion = "v1" | |||
// When PD enables microservice mode, we will use start script v2. |
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.
How about updating TidbCluster.spec.StartScriptVersion
?
Signed-off-by: husharp <jinhao.hu@pingcap.com>
/run-all-tests |
Signed-off-by: husharp <jinhao.hu@pingcap.com>
/run-all-tests |
1 similar comment
/run-all-tests |
/run-pull-e2e-kind-across-kubernetes |
/run-pull-e2e-kind-basic |
1 similar comment
/run-pull-e2e-kind-basic |
/run-pull-e2e-kind |
1 similar comment
/run-pull-e2e-kind |
/run-pull-e2e-kind-basic |
Signed-off-by: husharp <jinhao.hu@pingcap.com>
/run-all-tests |
/run-pull-e2e-kind-basic |
Signed-off-by: husharp <jinhao.hu@pingcap.com>
/run-all-tests |
[LGTM Timeline notifier]Timeline:
|
[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 |
What problem does this PR solve?
Ref tikv/pd#7519 , #5381
PD&PDMS use start script v2 and enabling feature
WaitForDnsNameIpMatch
when enabled PDMSneed to check IP firstly
What is changed and how does it work?
Tests
Release Notes
Please refer to Release Notes Language Style Guide before writing the release note.