We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545ed03 commit 6361dfbCopy full SHA for 6361dfb
.github/workflows/ipv6-only.yml
@@ -121,8 +121,8 @@ jobs:
121
id: k8s
122
run: |
123
# 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
+ # sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
+ # sudo sysctl -w net.ipv6.conf.all.forwarding=1
126
127
# Create IPv6-only kind cluster
128
kind create cluster \
0 commit comments