-
Notifications
You must be signed in to change notification settings - Fork 362
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/new sealer ipv6 dual #1804
Conversation
Signed-off-by: huaiyou <huaiyou.cyz@alibaba-inc.com>
Signed-off-by: huaiyou <huaiyou.cyz@alibaba-inc.com>
Signed-off-by: huaiyou <huaiyou.cyz@alibaba-inc.com>
Signed-off-by: huaiyou <huaiyou.cyz@alibaba-inc.com>
Signed-off-by: huaiyou <huaiyou.cyz@alibaba-inc.com>
…6-dual Signed-off-by: huaiyou <huaiyou.cyz@alibaba-inc.com> # Conflicts: # utils/ssh/connect.go # utils/ssh/platform.go # utils/ssh/scp.go
Codecov ReportBase: 21.55% // Head: 21.70% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1804 +/- ##
==========================================
+ Coverage 21.55% 21.70% +0.14%
==========================================
Files 72 72
Lines 6554 6557 +3
==========================================
+ Hits 1413 1423 +10
+ Misses 4958 4946 -12
- Partials 183 188 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Could you add more details about pull request description? Excellent coder does much better in doc than his code. @VinceCui |
This failed check i think is invaild. |
LGTM |
* Support ipv6 dual stack. Signed-off-by: huaiyou <huaiyou.cyz@alibaba-inc.com> bugfix: image save use ociv1 format (sealerio#1813) * bugfix: image save use ociv1 format * fix lint clean /var/lib/sealer/data/linux_amd64_ before if exists (sealerio#1815) Signed-off-by: zhy76 <958474674@qq.com> Signed-off-by: zhy76 <958474674@qq.com> delete cluster add prune options (sealerio#1793) Signed-off-by: HIHIA <283304489@qq.com> Signed-off-by: HIHIA <283304489@qq.com> support sealer delete -f clusterfile flag modify
* Support ipv6 dual stack. * bugfix: image save use ociv1 format * fix lint support sealer delete -f clusterfile flag modify
Describe what this PR does / why we need it
Support deploy an ipv6 dual stack cluster.
Does this pull request fix one issue?
Describe how you did it
Describe how to verify it
First, for single stack cluster, need do nothing;
If you want to deploy dual stack cluster, specify your ClusterFile like this:
Special notes for reviews