Uninstall the Agent

Proprietary

Uninstall the plugin

Remove the Agent plugin manifest file entry from your kustomization file.

bases:
  - agent-service
patchesStrategicMerge:
  - armory-agent/clouddriver-plugin.yaml

Then execute:

 kustomize build </path/to/kustomize> | kubectl delete -f -

Uninstall the Agent

You can use kubectl to delete all Agent Deployment objects and their accompanying ConfigMap and Secret.


Last modified July 7, 2021: (e5014fd)