Uninstall the Cluster Agent

This page describes how to uninstall the Cluster Agent using:

To install the Cluster Agent, seeInstall the Cluster Agent.

Uninstall the Cluster Agent Using Kubernetes CLI

Delete the Cluster Agent Operator and Cluster Agent using the YAML
kubectl delete -f cluster-agent.yaml
kubectl delete -f cluster-agent-operator.yaml

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

Uninstall the Cluster Agent Using OpenShift OperatorHub Bundle

  1. Delete the Cluster Agent:
    kubectl delete -f cluster-agent.yaml
  2. Delete Splunk AppDynamics Operator:
    1. Go to your OpenShift cluster console
    2. Navigate to Operators>Installed Operators
    3. Click Splunk AppDynamicsOperator for KubernetesActions>Uninstall Operator