k8s/001-metallb/uninstall.sh
2022-07-02 14:41:57 -04:00

5 lines
87 B
Bash
Executable file

#!/bin/bash
helm uninstall metallb -n metallb-system
kubectl delete ns metallb-system