k8s-AppController icon indicating copy to clipboard operation
k8s-AppController copied to clipboard

Method to remove/uninstall appcontroller.

Open dElogics opened this issue 7 years ago • 1 comments

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

dElogics avatar Jan 17 '18 12:01 dElogics

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

istalker2 avatar Jan 19 '18 02:01 istalker2