我想用 kind 来创建一个 k8s 集群。但它报告 docker network create 失败。我检查了 docker 网络是否只有 4( docker network ls | wc -l
)。不知道为什么,有人知道吗?希望能得到您的建议。
./kind create cluster
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: Error response from daemon: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
任何建议将不胜感激