Uninstall the Agent
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
.
Feedback
Was this page helpful?
Thank you for letting us know!
Sorry to hear that. Please tell us how we can improve.
Last modified July 7, 2021: (e5014fd)