diff --git a/justfile b/justfile index 2896f39263..18713814bd 100644 --- a/justfile +++ b/justfile @@ -274,7 +274,7 @@ k3d-load-linkerd: _tag-set _k3d-ready # Install crds on the test cluster. _linkerd-crds-install: _k3d-ready - {{ _linkerd }} install --crds \ + {{ _linkerd }} install --crds --set installGatewayAPI=true \ | {{ _kubectl }} apply -f - {{ _kubectl }} wait crd --for condition=established \ --selector='linkerd.io/control-plane-ns' \