Skip to content
Snippets Groups Projects
Verified Commit 4dc26c1d authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(cleanup): Adjust to new node name schema

parent 59e97b94
No related branches found
No related tags found
1 merge request!2Draft: Makefile: Add all commands to deploy the kubernetes controlplane
...@@ -28,4 +28,4 @@ deploy: check-machine ## Deploy infrastructure on Hetzner Cloud ...@@ -28,4 +28,4 @@ deploy: check-machine ## Deploy infrastructure on Hetzner Cloud
.PHONY: destroy .PHONY: destroy
destroy: check-machine ## Destroy infrastructure on Hetzner Cloud destroy: check-machine ## Destroy infrastructure on Hetzner Cloud
cd ./terraform && make destroy cd ./terraform && make destroy
for i in node0{1..3}.$(TF_VAR_dns_domain); do ssh-keygen -R "$$i"; done for i in cp0{1..3}.$(TF_VAR_dns_domain); do ssh-keygen -R "$$i"; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment