From 68edf879719d3ac89b6496659c91e4b4e96910a7 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Fri, 25 Feb 2022 15:56:18 +0100 Subject: [PATCH] tweaked readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a676571..f5d0301 100644 --- a/README.md +++ b/README.md @@ -199,11 +199,11 @@ spec: If you want to takedown the cluster, you can proceed as follows: ```sh -hcloud load-balancer delete traefik -hcloud network delete k3s terraform destroy -auto-approve ``` +And if the network is slow to delete, just issue `hcloud network delete k3s` to speed things up! + _Also, if you had a full-blown cluster in use, it would be best to delete the whole project in your Hetzner account directly as operators or deployments may create other resources during regular operation._