From 63edc627ad0fd8e2445de0580fbf7bd4b2714873 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Wed, 16 Nov 2022 21:14:30 -0500 Subject: [PATCH] Fix #1315 Signed-off-by: Kingdon Barrett --- docs/gitbook/tutorials/linkerd-progressive-delivery.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/gitbook/tutorials/linkerd-progressive-delivery.md b/docs/gitbook/tutorials/linkerd-progressive-delivery.md index b21e101d4..72563c943 100644 --- a/docs/gitbook/tutorials/linkerd-progressive-delivery.md +++ b/docs/gitbook/tutorials/linkerd-progressive-delivery.md @@ -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 - ```