We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nerdctl network create --ipv6
When using nerdctl to create kind cluster, there needs the ----ipv6 option.
Creating cluster "kind" ... ERROR: failed to create cluster: failed to ensure docker network: command "docker network create -d=bridge -o com.docker.network.bridge.enable_ip_masquerade=true --ipv6 --subnet fc00:f853:ccd:e793::/64 kind" failed with error: exit status 1 Command Output: time="2023-09-21T17:14:26Z" level=fatal msg="unknown flag: --ipv6"
enhance the feature like docker.
No response
The text was updated successfully, but these errors were encountered:
com.docker.network.bridge.enable_ip_masquerade
relate #1547
Sorry, something went wrong.
Let me close as a duplicate
No branches or pull requests
What is the problem you're trying to solve
When using nerdctl to create kind cluster, there needs the ----ipv6 option.
Describe the solution you'd like
enhance the feature like docker.
Additional context
No response
The text was updated successfully, but these errors were encountered: