Skip to content

Commit 6361dfb

Browse files
committed
Remove sysctl
1 parent 545ed03 commit 6361dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ipv6-only.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ jobs:
121121
id: k8s
122122
run: |
123123
# Enable IPv6 and container network options
124-
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
125-
sudo sysctl -w net.ipv6.conf.all.forwarding=1
124+
# sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
125+
# sudo sysctl -w net.ipv6.conf.all.forwarding=1
126126
127127
# Create IPv6-only kind cluster
128128
kind create cluster \

0 commit comments

Comments
 (0)