AWS Air-gapped Bootstrap
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.
Assuming you have downloaded
dkp-air-gapped-bundle_v2.4.0_linux_amd64.tar.gz
, extract the tarball to a local directory:tar -xzvf dkp-air-gapped-bundle_v2.4.0_linux_amd64.tar.gz && cd dkp-v2.4.0
CODELoad the bootstrap docker image on your bastion machine.
docker load -i konvoy-bootstrap-image-v2.4.0.tar
CODECreate a bootstrap cluster:
dkp create bootstrap --kubeconfig $HOME/.kube/config
CODE(Optional) Refresh the credentials used by the AWS provider at any time, using the command:
dkp update bootstrap credentials aws
CODE
Then, you can create a cluster.