Error like Waiting for etcd and controlplane nodes to be registered on minikube host

I have installed Rancher on t2.medium which has my minikube running.

Unfortunately, I am getting an error message like below

This cluster is currently Provisioning ; areas that interact directly with it will not be available until the API is ready.

Waiting for etcd and controlplane nodes to be registered

    INFO: Arguments: --server https://13.211.222.0 --token REDACTED --ca-checksum 2387250356f1ee30840f6cd9be441e7775c0fe1cfc6e7f699e28937d4349e754 --etcd --controlplane --worker
    INFO: Environment: CATTLE_ADDRESS=172.31.14.204 CATTLE_INTERNAL_ADDRESS= CATTLE_NODE_NAME=ip-172-31-14-204 CATTLE_ROLE=,etcd,worker,controlplane CATTLE_SERVER=https://13.211.222.0 CATTLE_TOKEN=REDACTED
    INFO: Using resolv.conf: options timeout:2 attempts:5 ; generated by /usr/sbin/dhclient-script search ap-southeast-2.compute.internal nameserver 172.31.0.2

My docker run command looks like below:

sudo docker run -d --privileged --restart=unless-stopped --net=host -v /etc/kubernetes:/etc/kubernetes -v /var/run:/var/run rancher/rancher-agent:v2.3.3 --server https://13.211.222.0 --token jwjt8xhsxb56vqv5s7gtxgmc2xgts984pwcc2zxdgmmh6qql8rjq2g --ca-checksum 2387250356f1ee30840f6cd9be441e7775c0fe1cfc6e7f699e28937d4349e754 --etcd --controlplane --worker

Note: I change the IP to match the current IP v4 of my ec2 instance.

Please help me understand what is the problem and how to have it resolved, I am helping my client setup Rancher.

Performed the cleanup and it is working fine. Got another etc error…