請按照以下指示刪除已安裝的 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