docker
Using Docker image
Create a new folder with a config file and the ssh keys and mount it to the docker container
Create a cluster
Adapt the config.yaml
file to specify the cluster details. Example config:
Once done run:
Post installation the kubeconfig will be available at: $(pwd)/inventory/yourWorkspaceOrClusterName/artifacts/admin.conf
Do not delete the inventory directory post installation as the cluster state will be saved in it.
Destroy the provisioned cluster
Make sure you are in the same directory where you executed tk8 cluster install aws
with the inventory directory. If you use a different workspace name with the --name flag please provide it on destroying too.
To delete the provisioned cluster run:
Last updated