Hi I am trying to create a kind cluster .I am providing both ipv4 and ipv6 cidr in my configuration . i am able to create the cluster but while installing the charts the pods created are in stuck in containerkubcreating state. following is my kind cluster configuration
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
ipFamily: dual
podSubnet: “100.64.0.0/16,fd00:100:64::/64”
serviceSubnet: “10.96.0.0/16,fd00:10:96::/112”
nodes:
- role: control-plane
image: dependencies.openet.com:5000/kindest/node:v1.28.0@sha256:dad5a6238c5e41d7cac405fae3b5eda2ad1de6f1190fa8bfc64ff5bb86173213 - role: worker
image: dependencies.cpdata.com:5000/kindest/node:v1.28.0@sha256:dad5a6238c5e41d7cac405fae3b5eda2ad1de6f1190fa8bfc64ff5bb86173213 - role: worker
image: dependencies.cpdata.com:5000/kindest/node:v1.28.0@sha256:dad5a6238c5e41d7cac405fae3b5eda2ad1de6f1190fa8bfc64ff5bb86173213 - role: worker
image: dependencies.cpdata.com:5000/kindest/node:v1.28.0@sha256:dad5a6238c5e41d7cac405fae3b5eda2ad1de6f1190fa8bfc64ff5bb86173213
the following is the information i got while describe a node
Normal SandboxChanged 4m16s (x345 over 79m) kubelet Pod sandbox changed, it will be killed and re-created.