-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c1d6735
commit d679872
Showing
3 changed files
with
57 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Reset a kURL Cluster | ||
|
||
This topic describes how to use the kURL `reset` command to reset a kURL cluster. | ||
|
||
## Overview | ||
|
||
If you need to reset a kURL installation, such as when you are testing releases with kURL, You can use the kURL `tasks.sh` `reset` command to remove Kubernetes from the system. | ||
|
||
Alterntaively, you can discard your current VM (if you are using one) and recreate the VM with a new OS to reinstall with kURL. | ||
|
||
:::important | ||
The `reset` command is intended to be used only on development servers. It has the potential to leave your machine in an unrecoverable state. It is not recommended unless you are able to discard this server and provision a new one. | ||
::: | ||
|
||
For more information about the `reset` command, see [Resetting a Node](https://kurl.sh/docs/install-with-kurl/managing-nodes#reset-a-node) in the kURL documentation. | ||
|
||
To reset a kURL installation: | ||
|
||
1. Access the machine where you installed with kURL. | ||
|
||
1. Run the following command to remove Kubernetes from the system: | ||
|
||
``` | ||
curl -sSL https://k8s.kurl.sh/latest/tasks.sh | sudo bash -s reset | ||
``` | ||
|
||
1. Follow the instructions in the output of the command to manually remove any files that the `reset` command does not remove. | ||
|
||
If the `reset` command is unsuccessful, discard your current VM, and recreate the VM with a new OS to reinstall the Admin Console and an application. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters