Updated on 2025-10-10 GMT+08:00

Uninstalling the Agent from a Cluster

Uninstalling an Agent from a CCE Cluster

  1. Log in to the CCE console.
  2. In the upper left corner of the page, select a region, click , and choose Computing > Cloud Container Engine. The CCE console is displayed.
  3. Click the name of a cluster to enter its details page.
  4. In the navigation pane, choose Workloads.
  5. Click the DaemonSets tab. Delete the workload install-agent-ds.

    In the Operation column of the workload, choose More > Delete.

  6. Click in the upper left corner of the page, select a region, and choose Security > Host Security Service. The HSS page is displayed.
  7. Click in the upper left corner and select a region or project.
  8. In the navigation tree on the left, choose Installation & Configuration > Server Install & Config.
  9. Click the Agents tab. Uninstall the agent from all container nodes in the CCE cluster.

    For details, see Uninstalling the Agent.

Uninstalling an Agent from an On-Premises Cluster

  1. Log in to the Kubernetes cluster.
  2. Run the following command to delete the workload install-agent-ds:

    kubectl delete ds install-agent-ds -n default

  3. Log in to the management console.
  4. Click in the upper left corner and select a region or project.
  5. In the upper left corner of the page, click and choose Security > Host Security Service.
  6. In the navigation tree on the left, choose Installation & Configuration > Server Install & Config.
  7. Click the Agents tab. Uninstall the agent from all container nodes in the cluster.

    For details, see Uninstalling the Agent.