k8s-AppController
k8s-AppController copied to clipboard
Method to remove/uninstall appcontroller.
Hi. It would be great if you could specify a way using which appcontroller can be removed from a cluster in which it is currently deployed, which includes removing the custom resources the appcontroller pod creates
Hi,
Use
kubectl delete Definition --all
kubectl delete Dependency --all
kubectl delete Replica --all
to delete custom AppController resources and then
kubectl delete -d https://raw.githubusercontent.com/Mirantis/k8s-AppController/master/manifests/appcontroller.yaml
to delete the AppController pod from the cluster