Skip to content

Commit 82ff90c

Browse files
authored
Merge pull request #1316 from kingdonb/fix-linkerd-install-crds
Add linkerd install --crds to Linkerd tutorial
2 parents c2b4287 + 63edc62 commit 82ff90c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/gitbook/tutorials/linkerd-progressive-delivery.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Flagger requires a Kubernetes cluster **v1.16** or newer and Linkerd **2.10** or
1111
Install Linkerd the Promethues (part of Linkerd Viz):
1212

1313
```bash
14+
linkerd install --crds | kubectl apply -f -
1415
linkerd install | kubectl apply -f -
1516
linkerd viz install | kubectl apply -f -
1617
```

0 commit comments

Comments
 (0)