-
Notifications
You must be signed in to change notification settings - Fork 917
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
feat : add cluster registration step in pull mode to installation-chart.yaml #6007
base: master
Are you sure you want to change the base?
feat : add cluster registration step in pull mode to installation-chart.yaml #6007
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #6007 +/- ##
==========================================
- Coverage 48.33% 48.11% -0.22%
==========================================
Files 666 668 +2
Lines 54858 55163 +305
==========================================
+ Hits 26516 26543 +27
- Misses 26617 26894 +277
- Partials 1725 1726 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…kflow Signed-off-by: Akash <[email protected]>
8107424
to
c103280
Compare
@SkySingh04 The ci has failed, which is the same issue mentioned in #6006. Can you also change |
…egistration command Signed-off-by: Sky Singh <[email protected]>
… add readiness check for API server Signed-off-by: Sky Singh <[email protected]>
…ess checks in installation workflow Signed-off-by: Sky Singh <[email protected]>
…tallation workflow Signed-off-by: Sky Singh <[email protected]>
… workflow Signed-off-by: Akash <[email protected]>
…lation workflow Signed-off-by: Akash <[email protected]>
…lation workflow Signed-off-by: Akash <[email protected]>
…n installation workflow Signed-off-by: Akash <[email protected]>
…ved accuracy Signed-off-by: Akash <[email protected]>
…n workflow Signed-off-by: Akash <[email protected]>
…n workflow Signed-off-by: Akash <[email protected]>
Signed-off-by: Akash <[email protected]>
…larity Signed-off-by: Akash <[email protected]>
…roved accuracy Signed-off-by: Akash <[email protected]>
…on workflow Signed-off-by: Akash <[email protected]>
Hey @zhzhuang-zju , I am getting
upon running the register command in the CI. Got any pointers that could help out? |
…kflow Signed-off-by: Akash <[email protected]>
Signed-off-by: Akash <[email protected]>
…ed accuracy Signed-off-by: Akash <[email protected]>
…action Signed-off-by: Akash <[email protected]>
…-host-control-plane Signed-off-by: Akash <[email protected]>
…orkflow Signed-off-by: Akash <[email protected]>
…tallation workflow Signed-off-by: Akash <[email protected]>
@SkySingh04 The reason for the failure is that the context used when executing the It seems there are many subtle yet crucial points in this task that are easy to overlook. I will fully implement it locally first, and you can wait for me to complete the local implementation before making the corresponding modifications based on it. |
Sure @zhzhuang-zju , Looking forward to working with you on this! |
During local verification, I found that after installing Karmada via Helm and executing the |
Signed-off-by: Akash [email protected]
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Parts of #5916
Special notes for your reviewer:
Does this PR introduce a user-facing change?: