- 文档首页
托管 Prometheus
接入指南
自建 Kubernetes 集群接入
高可用采集方案
管理 VM Agent
管理 VM Agent
VM Agent 采集器安装完成后,您可以使用部署脚本卸载采集器和 vm-operator,本文为您介绍如何卸载 VM Agent 采集器和 vm-operator。
注意
卸载 VM Agent 和 vm-operator 时,请首先删除 VM Agent,并且等待对应的工作负载不存在后,再删除 vm-operator。
卸载 VM Agent
- 使用 kubectl 正确连接 Kubernetes 集群。
./install.sh uninstall \
卸载 vm-operator
- 使用 kubectl 正确连接 Kubernetes 集群。
./install.sh uninstall-operator \
--namespace volcano-metrics
使用帮助
卸载 VM Agent 使用帮助
您可以通过脚本的 --help 参数,查看脚本中所有的预定义字段和含义。
./install.sh uninstall --help
脚本中不同字段的含义和示例如下。
./install.sh uninstall --help
uninstall agent and system metrics exporter
Usage: install.sh uninstall [flag...]
{{flag}} {{current val if exist}}
--namespace volcano-metrics
卸载 vm-operator 使用帮助
您可以通过脚本的 --help 参数,查看脚本中所有的预定义字段和含义。
./install.sh uninstall-operator --help
脚本中不同字段的含义和示例如下。
./install.sh uninstall-operator --help
Usage: install.sh uninstall-operator [flag...]
{{flag}} {{current val if exist}}
--namespace volcano-metrics
最近更新时间:2025.06.23 14:33:15