uninstall
Output Kubernetes resources to uninstall Linkerd control plane.
This command provides all Kubernetes namespace-scoped and cluster-scoped resources (e.g services, deployments, RBACs, etc.) necessary to uninstall Linkerd control plane.
Examples
linkerd uninstall | kubectl delete -f -Flags
| Flag | Usage |
|---|---|
--force-f | Force uninstall even if there exist non-control-plane injected pods |
--output-o | Output format. One of: json|yaml |


