-
Notifications
You must be signed in to change notification settings - Fork 192
Add ipv6 localhost to /etc/hosts on ipv6 nodes #3883
Conversation
/test install-vc7 |
Cluster Generation A/B Results: |
289fa12
to
80c1f28
Compare
/test install-vc7 |
Cluster Generation A/B Results: |
80c1f28
to
1bce3bb
Compare
/test install-vc7 |
Cluster Generation A/B Results: |
- when on ipv6 nodes Co-authored-by: Aidan Obley <aobley@vmware.com>
1bce3bb
to
187d47a
Compare
Cluster Generation A/B Results: |
Codecov Report
@@ Coverage Diff @@
## main #3883 +/- ##
==========================================
- Coverage 46.97% 46.08% -0.90%
==========================================
Files 402 427 +25
Lines 40203 41754 +1551
==========================================
+ Hits 18887 19241 +354
- Misses 19569 20750 +1181
- Partials 1747 1763 +16
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
/test install-vc7 |
1 similar comment
/test install-vc7 |
looks like the clustergen tests for vsphere configs are broken due to d124a45 Changes lgtm. |
- when on ipv6 nodes Co-authored-by: Aidan Obley <aobley@vmware.com> Co-authored-by: Christian Ang <angc@vmware.com>
What this PR does / why we need it
We removed a workaround for containerd in #3765
Containerd expects localhost to point to 127.0.0.1 and to ::1 for port forwarding support. This change will add
::1 localhost
to the hosts file when the node is IPv6.Describe testing done for PR
We created a cluster using clusterclass on vSphere and saw that our change was applied correctly.
We are running networking sonobuoy tests on that cluster now.
Release note
Additional information
Special notes for your reviewer