Skip to content

Commit efd5a38

Browse files
committed
Try forcibly setting an IP6 on the host
1 parent 542b29b commit efd5a38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ runs:
110110
exit 1
111111
fi
112112
113+
# Try forcibly setting an IP6 on the host
114+
# https://github.com/projectcalico/calico/issues/6443#issuecomment-1203759890
115+
sudo ip -6 addr add 2001:1001:1001:1001::1/64 dev eth0
116+
NODE_IP6=2001:1001:1001:1001::1
117+
113118
if [[ "${{ inputs.ip-mode }}" = "dual" ]]; then
114119
echo K3S_CLUSTER_CIDR="10.42.0.0/16,2001:cafe:42::/56"
115120
echo K3S_SERVICE_CIDR="10.43.0.0/16,2001:cafe:43::/112"

0 commit comments

Comments
 (0)