Uninstall the Armory Agent
Uninstall the plugin
Remove the Armory 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 Armory 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 August 4, 2022: (256b89fe)