Skip to content

Commit

Permalink
Try forcibly setting an IP6 on the host
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Aug 25, 2024
1 parent d5dc899 commit b5141dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ runs:
exit 1
fi
# Try forcibly setting an IP6 on the host
# https://github.com/projectcalico/calico/issues/6443#issuecomment-1203759890
sudo ip -6 addr add 2001:1001:1001:1001::1/64 dev eth0
NODE_IP6=2001:1001:1001:1001::1
if [[ "${{ inputs.ip-mode }}" = "dual" ]]; then
echo K3S_CLUSTER_CIDR="10.42.0.0/16,2001:cafe:42::/56"
echo K3S_SERVICE_CIDR="10.43.0.0/16,2001:cafe:43::/112"
Expand Down

0 comments on commit b5141dc

Please sign in to comment.