Merge pull request #1316 from kingdonb/fix-linkerd-install-crds

Add linkerd install --crds to Linkerd tutorial
This commit is contained in:
Sanskar Jaiswal
2022-11-17 10:32:24 +05:30
committed by GitHub
@@ -11,6 +11,7 @@ Flagger requires a Kubernetes cluster **v1.16** or newer and Linkerd **2.10** or
Install Linkerd the Promethues (part of Linkerd Viz):
```bash
linkerd install --crds | kubectl apply -f -
linkerd install | kubectl apply -f -
linkerd viz install | kubectl apply -f -
```