官方文档:

https://docs.koderover.com/zadig/Zadig%20v2.0.0/install/install-on-k8s/#%E5%87%86%E5%A4%87%E8%B5%84%E6%BA%90

卸载
支持使用脚本来一键卸载当前安装的 Zadig 系统,只需执行卸载脚本即可:

#根据实际安装的 namespace 修改
export NAMESPACE=zadig
#根据实际安装的版本,选择对应版本的卸载脚本
curl -SsL https://github.com/koderover/zadig/releases/download/v2.0.0/uninstall.sh |bash
官方卸载脚本:

curl -SsL https://download.koderover.com/install?type=uninstall | bash