kubic-control
kubic-control copied to clipboard
Add a way to remove deployed apps
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.
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
I ended up just using a fresh kubic install, but thanks for the quick reply. Also kubic is amazing! Keep up the good work!