请参阅以下说明来删除已安装的 Cluster Autoscaler。

要求

此任务假定您已在 TKG 集群上安装 Cluster Autoscaler。

使用 Kubectl 删除 Cluster Autoscaler

  1. 要使用 Kubectl 删除 Cluster Autoscaler,请使用以下命令。
    kubectl delete -f autoscaler.yaml
    注: 名称 autoscaler.yaml 是部署 Autoscaler 软件包时使用的名称。如果使用其他名称,请相应地更新命令。请参见 使用 Kubectl 安装 Cluster Autoscaler

使用 Tanzu CLI 删除 Cluster Autoscaler

  1. 要使用 Tanzu CLI 删除 Cluster Autoscaler,请使用以下命令。
    tanzu package installed delete -n tkg-system cluster-autoscaler-pkgi