Unable to change pod cidr range on a dual stack cluster

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:

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.