k8s/001-metallb/uninstall.sh

5 lines
87 B
Bash
Raw Normal View History

2022-07-02 18:41:57 +00:00
#!/bin/bash
helm uninstall metallb -n metallb-system
kubectl delete ns metallb-system