Uninstall KSV
Describes how to uninstall KSV.
This topic describes how to uninstall KubeSphere Virtualization (KSV).
Prerequisites
KSV is installed. For more information, see Install KSV in single-node mode and Install KSV in multi-node mode.
Procedure
Log in to the server node on which KSV is installed as user root.
Go to the directory generated after the installation package is decompressed.
- x86 architecture
cd kubesphere-virtualization-x86_64
- ARM64 architecture
cd kubesphere-virtualization-arm64
Run the following command to uninstall KSV:
./uninstall.sh -m
If the following command output appears, KSV is uninstalled:
INFO[14:25:16 CST] Successful.
common:NOTE
If the uninstallation takes longer than 15 minutes, you can restart your node and then uninstall KSV again.