1
0
Fork 0
terraform-playground/k8s-single-node/README.md

509 B

Sets up a single node all-on-one k8s cluster

New providers

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