From 3b50daec71f3530d1fb0b7a71dca32edadd2bb4c Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Fri, 30 Jul 2021 10:32:25 +0200 Subject: [PATCH] initial commit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index ba84516..a10e271 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,21 @@ kubectl apply -f https://github.com/weaveworks/kured/releases/download/$latest/k helm upgrade --values=manifests/helm/cilium/values.yaml cilium cilium/cilium -n kube-system ``` +## Takedown + +- To take down your cluster it's simple: + +```sh +terraform destroy -auto-approve +``` + +- Sometimes the Hetzner network does not get deleted on its own (probably due to a temporary bug), we have to deleted manually after running the first command, and re-run it. + +```sh +hcloud network delete k3s-net +terraform destroy -auto-approve +``` + ## Roadmap