This page describes how to uninstall the Cluster Agent using:

  • Kubernetes CLI, or 
  • Cluster Agent Helm Chart
  • OpenShift OperatorHub Bundle

See Install the Cluster Agent.

Uninstall the Cluster Agent Using Kubernetes CLI

Delete the Cluster Agent Operator and Cluster Agent using the YAML files:

kubectl delete -f cluster-agent.yaml
kubectl delete -f cluster-agent-operator.yaml
BASH

Uninstall the Cluster Agent Using the Helm Chart

Uninstall the Cluster Agent Helm Chart using the namespace that you used for the installation: 

helm uninstall "<my-cluster-agent-helm-release>" --namespace appdynamics
BASH

Uninstall the Cluster Agent Using OpenShift OperatorHub Bundle

  1. Delete the Cluster Agent:

    kubectl delete -f cluster-agent.yaml
    CODE
  2. Delete Splunk AppDynamics Operator:

    1. Go to your OpenShift cluster console

    2. Navigate to Operators > Installed Operators 

    3. Click Splunk AppDynamics Operator for Kubernetes > Actions > Uninstall Operator