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
@ljtill trying to create a cluster using the kind create cluster command in a devcontainer I got the following error
@kpantos ➜ /workspaces/dotnet-bridge-sample (main) $ kind create cluster 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 -o com.docker.network.driver.mtu=1500 --ipv6 --subnet fc00:f853:ccd:e793::/64 kind" failed with error: exit status 1 Command Output: Error response from daemon: Failed to Setup IP tables: Unable to enable NAT rule: (iptables failed: ip6tables --wait -t nat -I POSTROUTING -s fc00:f853:ccd:e793::/64 ! -o br-677667d04f2b -j MASQUERADE: ip6tables v1.8.7 (legacy): can't initialize ip6tables table `nat': Table does not exist (do you need to insmod?) Perhaps ip6tables or your kernel needs to be upgraded. (exit status 3))
The text was updated successfully, but these errors were encountered:
@kpantos upstream issue with kind and the latest Docker release (kubernetes-sigs/kind#3677)
Sorry, something went wrong.
No branches or pull requests
@ljtill trying to create a cluster using the kind create cluster command in a devcontainer I got the following error
The text was updated successfully, but these errors were encountered: