add gateway crds before installing smi (#391)

* add gateway crds before installing smi

* install smi extension

* add gateway crds to canary smi
This commit is contained in:
David Gamero
2025-04-01 15:56:21 -04:00
committed by GitHub
parent 312cb89665
commit c53a656438
3 changed files with 7 additions and 7 deletions
@@ -45,9 +45,10 @@ jobs:
- name: Install linkerd and add controlplane to cluster
run: |
curl --proto '=https' --tlsv1.2 -sSfL https://run.linkerd.io/install | sh
curl -sL https://linkerd.github.io/linkerd-smi/install | sh
curl --proto '=https' --tlsv1.2 -sSfL https://run.linkerd.io/install-edge | sh
export PATH=$PATH:/home/runner/.linkerd2/bin
curl -sL https://linkerd.github.io/linkerd-smi/install | sh
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.0/standard-install.yaml
linkerd install --crds | kubectl apply -f -
linkerd install --set proxyInit.runAsRoot=true | kubectl apply -f -