Uninstalling Linkerd
Remove extensions
linkerd viz uninstall | kubectl delete -f -If uninstalling BEL
export BUOYANT_LICENSE=<your license>
linkerd buoyant uninstall | kubectl delete -f -Uninject Immuta Pods
export IMMUTA_NAMESPACE=immuta
kubectl -n ${IMMUTA_NAMESPACE} get deploy -o yaml | linkerd uninject - | kubectl apply -f -Remove Linkerd
linkerd uninstall | kubectl delete -f -
kubectl delete ns linkerd
