Skip to content

Commit

Permalink
docs: add information on how to manually clean the CLI locally
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Sep 17, 2024
1 parent df5952a commit 7ebc3c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/k3d/deprovision.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ mkcert -uninstall
## Reset (optional)

You can use the `kubefirst reset` command to clean local files generated by the installer while leaving the logs file, and the [SSL certificates that you backed up](../aws/advanced/certificates.mdx) untouched. This command will not destroy your cluster (cloud resources or k3d), and is not a replacement for the `destroy` command.

If the `destroy` or `reset` commands don't work, and you have an issue creating a new cluster, you can manually delete local files and folders by running `rm -rf ~/.k1; rm ~/.kubefirst`. This will not destroy your cluster, but ensure the CLI has a clean slate locally.
2 changes: 2 additions & 0 deletions versioned_docs/version-2.6/k3d/deprovision.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ mkcert -uninstall
## Reset (optional)

You can use the `kubefirst reset` command to clean local files generated by the installer while leaving the logs file, and the [SSL certificates that you backed up](../aws/advanced/certificates.mdx) untouched. This command will not destroy your cluster (cloud resources or k3d), and is not a replacement for the `destroy` command.

If the `destroy` or `reset` commands don't work, and you have an issue creating a new cluster, you can manually delete local files and folders by running `rm -rf ~/.k1; rm ~/.kubefirst`. This will not destroy your cluster, but ensure the CLI has a clean slate locally.

0 comments on commit 7ebc3c9

Please sign in to comment.