You can uninstall the Kubernetes 2.0 OpsRamp Agent using the following methods:

  • Using the OpsRamp Portal
  • Using Helm CLI

Uninstall using OpsRamp Portal

To uninstall the Kubernetes 2.0 Agent from the OpsRamp portal, follow these steps:

  1. To select your client, navigate to All Clients, and click the Client/Partner dropdown menu.
  2. Navigate to Setup > Account. The Account Details screen is displayed.
  3. Click on Integrations. This will display the Installed Integrations screen, listing all installed applications.
  4. Click on Kubernetes 2.0. This will take you to a page showing detailed configurations.
    Event Management
  5. Select the three ellipses next to the configuration you want to remove. Click Remove.
    Event Management

Once you have removed the configuration, the uninstallation of the Kubernetes 2.0 Agent from the OpsRamp portal is completed.

Uninstall Using Helm CLI

To uninstall the Kubernetes 2.0 Agent, you can use the Helm CLI. Here are the steps:

  1. Ensure you have the namespace and release name where the K8s-2.0 Agent is installed. If you don’t know these details, you can list all installed Helm charts with:
    helm list -A
  2. Use the following command to uninstall the K8s-2.0 Agent Helm chart. Replace <namespace> with the installed namespace and <release-name> with the release name of the agent.
    helm uninstall -n <namespace> <release-name>
    Example:
    If the installed namespace is opsramp-agent and the release name is opsramp-agent, run:
    helm uninstall -n opsramp-agent opsramp-agent