From 6e9ee5855b98cae6922d89aacbcfda63dbf824b2 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Sat, 31 Jul 2021 00:37:15 +0200 Subject: [PATCH] initial commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3ef0b3..727a4a3 100644 --- a/README.md +++ b/README.md @@ -186,13 +186,13 @@ helm upgrade --values=manifests/helm/cilium/values.yaml cilium cilium/cilium -n ## Takedown -- To take down your cluster it's simple: +- 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. +- Sometimes, the Hetzner network does not get deleted on its own (probably due to a temporary bug); we have to delete it manually after running the first command and re-run it. ```sh hcloud network delete k3s-net