Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 548 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 548 Bytes

Terraform - DigitalOcean

This project is a template for setting up Kubernetes cluster on DigitalOcean.

Steps

  • Request access to organization's Terraform Cloud account
  • Install Terraform CLI
  • Login using your account - terraform login
  • To plan - terraform plan
  • To apply - terraform apply

Issues

  • DO's Kubernetes token expires from time to time. Helm will error out due to not reachable. Run this to refresh the token:
terraform refresh -target=module.digital_ocean.digitalocean_kubernetes_cluster.do_cluster