Skip to content

Commit

Permalink
fix: add tilt down to turn off the cluster
Browse files Browse the repository at this point in the history
Co-authored-by: Roché Compaan <roche@upfrontsoftware.co.za>
  • Loading branch information
hillairet and rochecompaan committed Jul 4, 2024
1 parent 7134fa5 commit b2b067e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion {{cookiecutter.project_slug}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit b2b067e

Please # to comment.