From b2b067e7f2bcde9f9d774952c6e133b831e5dbfc Mon Sep 17 00:00:00 2001 From: Anthony Hillairet Date: Thu, 4 Jul 2024 15:46:42 -0700 Subject: [PATCH] fix: add tilt down to turn off the cluster MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roché Compaan --- {{cookiecutter.project_slug}}/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/README.md b/{{cookiecutter.project_slug}}/README.md index e30546a6..d4ba6500 100644 --- a/{{cookiecutter.project_slug}}/README.md +++ b/{{cookiecutter.project_slug}}/README.md @@ -46,7 +46,13 @@ Consult the links below if you prefer to use Minikube or Docker Desktop instead: You are now ready to edit the code. The app will be automatically reloaded when its files change. -To stop the local kubernetes cluster once you are done working: +To delete resources created by Tilt once you are done working: + + $ tilt down + +This will not delete persistent volumes created by Tilt, and you should be able to start Tilt again with your data intact. + +To remove the cluster entirely: $ kind delete cluster --name {{ cookiecutter.project_slug }}