Uninstall the Scale Agent - Armory Continuous Deployment
Uninstall the plugin
Remove the Scale Agent plugin manifest file entry from your kustomization file.
bases:
- agent-service
patchesStrategicMerge:
- armory-agent/clouddriver-plugin-repo.yaml # or clouddriver-plugin-docker.yaml
Then execute:
kustomize build </path/to/kustomize> | kubectl delete -f -
Uninstall the service
You can use kubectl to delete all Scale Agent service’s 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 18, 2023: (02b163b7)