Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 440 Bytes

Deleting_a_cluster.md

File metadata and controls

12 lines (7 loc) · 440 Bytes

Deleting a cluster

To delete a cluster, running

hetzner-k3s delete --config cluster_config.yaml

This will delete all the resources in the Hetzner Cloud project created by hetzner-k3s directly.

NOTE: at the moment instances created by the cluster autoscaler, as well as load balancers and persistent volumes created by deploying your applications must be deleted manually. This may be addressed in a future release.