Update documentation (fix typo)

This commit is contained in:
Dennis Hoppe
2022-01-13 15:10:53 +01:00
parent edeec30811
commit 26cc66f42b

View File

@@ -134,8 +134,8 @@ kubectl label node <nodename> 'k3os.io/upgrade'-
If you want to takedown the cluster, you can proceed as follows:
```sh
kubectl delete -k hetzer/csi
kubectl delete -k hetzer/ccm
kubectl delete -k hetzner/csi
kubectl delete -k hetzner/ccm
hcloud load-balancer delete traefik
terraform destroy -auto-approve
```