1
0
Fork 0
terraform-playground/k8s-cluster/README.md

10 lines
321 B
Markdown
Raw Permalink Normal View History

2022-05-31 11:37:13 +00:00
# Sets up a k8s cluster
## How-to
* Make sure you have kubectl installed, choose a version fitting to your
desired k8s version, as defined in `variables.tf`
* Copy secret.auto.tfvars.example to secret.auto.tfvars
* Set up your API key in secret.auto.tfvars
* `terraform init` && `terraform plan` && `terraform apply`