Uninstall the Cluster Agent

This page describes how to uninstall the Cluster Agent using:

To install the Cluster Agent, see Install the Cluster Agent.

Kubernetes CLI を使用したクラスタエージェントのアンインストール

YAML を使用してクラスタ エージェント オペレータとクラスタエージェントを削除します。
kubectl delete -f cluster-agent.yaml
kubectl delete -f cluster-agent-operator.yaml

Helm チャートを使用したクラスタエージェントのアンインストール

インストールに使用した名前空間を使用してクラスタエージェント Helm チャートをアンインストールします。
helm uninstall "<my-cluster-agent-helm-release>" --namespace appdynamics

OpenShift OperatorHub バンドルを使用したクラスタエージェントのアンインストール

  1. 次のコードを使用してクラスタエージェントを削除します。
    kubectl delete -f cluster-agent.yaml
  2. Splunk AppDynamics オペレータを削除します。
    1. OpenShift クラスタコンソールに移動します。
    2. [Operators] > [Installed Operators]に移動します。
    3. Splunk AppDynamics[Operator for Kubernetes][Actions]>[Uninstall Operator] をクリックします。