kubic-control icon indicating copy to clipboard operation
kubic-control copied to clipboard

Add a way to remove deployed apps

Open user-name-is-taken opened this issue 4 years ago • 2 comments

kubicctl allows you to deploy apps with kubicctl deploy ... but there's no kubicctl remove .... In my case this became an issue because I deployed metallb with only one available IP address.

user-name-is-taken avatar Mar 12 '20 01:03 user-name-is-taken

You can deploy metallb a second time with adjusted list of IP addresses, no need to delete the deployment first.

But you can also manually delete the metallb deployment: login to your host which is running kubicd and run:

kubectl delete -f /var/lib/kubic-control/kustomize/metallb/metallb.yaml
rm -rf /var/lib/kubic-control/kustomize/metallb

thkukuk avatar Mar 12 '20 14:03 thkukuk

I ended up just using a fresh kubic install, but thanks for the quick reply. Also kubic is amazing! Keep up the good work!

user-name-is-taken avatar Mar 13 '20 02:03 user-name-is-taken