Skip to main content
Skip table of contents

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.

  1. Download the bootstrap docker image on a machine that has access to this artifact.

    CODE
    curl -O https://downloads.d2iq.com/dkp/v2.3.3/konvoy-bootstrap_v2.3.3.tar
  2. Load the bootstrap docker image on your bastion machine.

    CODE
    docker load -i konvoy-bootstrap_v2.3.3.tar
  3. Create a bootstrap cluster:

    CODE
    dkp create bootstrap --kubeconfig $HOME/.kube/config
  4. (Optional) Refresh the credentials used by the AWS provider at any time, using the command:

    CODE
    dkp update bootstrap credentials aws

Then, you can create a cluster.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.