Skip to content

Commit

Permalink
Very important note about load balancers
Browse files Browse the repository at this point in the history
  • Loading branch information
martinisoft committed Oct 29, 2020
1 parent 7facac7 commit adc4427
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deploy/terraform/digitalocean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ No resources found in default namespace.

Now that you have a working kubernetes cluster, you can deploy the Datadog HELM Chart or Ecommerce manifests to start monitoring. For those instructions, see the `README.md` in the deploy folder above this one.

## A Note About Upgrading
## Important Notes

If you want to upgrade k8s versions on Digital Ocean, you will need at least two nodes or one larger node to perform this operation due to resource constraints in the upgrade process.
If you want to upgrade k8s versions on Digital Ocean, you will need at least two nodes or one larger node to perform this operation due to resource constraints in the upgrade process.

Once you destroy the cluster, check for any leftover load balancers in your DigitalOcean account. Any time you apply a k8s manifest containing a LoadBalancer service, they spin up an actual DigitalOcean load balancer for you which is unknown to Terraform and won't be cleared off when you destroy the k8s cluster.

0 comments on commit adc4427

Please sign in to comment.