Merge pull request #17 from dhoppe/fix_typo

Update documentation (fix typo)
This commit is contained in:
Karim Naufal 2022-01-13 20:26:24 +00:00 committed by GitHub
commit 4bdc0536a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
```