Deprovision
The command will also delete everything added to your GitHub or GitLab account, while cleaning local files related to your deployment.
kubefirst k3d destroy
Removing CA from the Trusted Store
If you installed the mkcert CA (Certificate Authority) to your trusted store, you can remove it with:
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 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.