Bootstrap a kind cluster and CAPI controllers
Konvoy deploys all cluster lifecycle services to a bootstrap cluster, which deploys a workload cluster. When the workload cluster is ready, move the cluster lifecycle services to the workload cluster, after which the workload cluster manages its own lifecycle.
- 
Download the bootstrap docker image on a machine that has access to this artifact. curl -O http://downloads.d2iq.com/konvoy/airgapped/v2.1.4/konvoy-bootstrap_v2.1.4.tar
- 
Load the bootstrap docker image on your bastion machine. docker load -i konvoy-bootstrap_v2.1.4.tar
- 
Create a bootstrap cluster: dkp create bootstrap --kubeconfig $HOME/.kube/config
- 
(Optional) Refresh the credentials used by the AWS provider at any time, using the command: dkp update bootstrap credentials aws
Then, you can create a cluster.
 Konvoy Documentation
Konvoy Documentation