ERROR: failed to create cluster: failed to join node with kubeadm: command "docker exec --privileged meu2cluster-control-plane2 kubeadm join --config /kind/kubeadm.conf --ignore-preflight-errors=all --v=6" failed with error: exit status 1

Hello everyone.
Can you help me in this error?

ERROR: failed to create cluster: failed to join node with kubeadm: command “docker exec --privileged meu2cluster-control-plane2 kubeadm join --config /kind/kubeadm.conf --ignore-preflight-errors=all --v=6” failed with error: exit status 1


wendel@wendel-VirtualBox:~/ik/aula02$ kind create cluster --name meu2cluster --config cluster.yaml
Creating cluster “meu2cluster” …
✓ Ensuring node image (kindest/node:v1.18.2) :framed_picture:
✓ Preparing nodes :package: :package: :package: :package: :package: :package:
✓ Configuring the external load balancer :balance_scale:
✓ Writing configuration :scroll:
✓ Starting control-plane :joystick:
✓ Installing CNI :electric_plug:
✓ Installing StorageClass :floppy_disk:
✗ Joining more control-plane nodes :video_game:
ERROR: failed to create cluster: failed to join node with kubeadm: command “docker exec --privileged meu2cluster-control-plane2 kubeadm join --config /kind/kubeadm.conf --ignore-preflight-errors=all --v=6” failed with error: exit status 1
Command Output: W1110 20:46:04.605764 705 join.go:346] [preflight] WARNING: JoinControlPane.controlPlane settings will be ignored when control-plane flag is not set.
I1110 20:46:04.606331 705 join.go:371] [preflight] found NodeName empty; using OS hostname as NodeName
I1110 20:46:04.606550 705 joinconfiguration.go:74] loading configuration from “/kind/kubeadm.conf”
I1110 20:46:04.612192 705 interface.go:400] Looking for default routes with IPv4 addresses
I1110 20:46:04.612363 705 interface.go:405] Default route transits interface “eth0”
I1110 20:46:04.612798 705 interface.go:208] Interface eth0 is up
I1110 20:46:04.613164 705 interface.go:256] Interface “eth0” has 3 addresses :[172.19.0.3/16 fc00:f853:ccd:e793::3/64 fe80::42:acff:fe13:3/64].
I1110 20:46:04.613515 705 interface.go:223] Checking addr 172.19.0.3/16.
I1110 20:46:04.613608 705 interface.go:230] IP found 172.19.0.3
I1110 20:46:04.613732 705 interface.go:262] Found valid IPv4 address 172.19

ops, this is probblem …
kubectl api-resources
NAME SHORTNAMES APIVERSION NAMESPACED KIND
The connection to the server localhost:8080 was refused - did you specify the right host or port?