Skip to content

Commit c53a656

Browse files
authored
add gateway crds before installing smi (#391)
* add gateway crds before installing smi * install smi extension * add gateway crds to canary smi
1 parent 312cb89 commit c53a656

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/run-integration-tests-bluegreen-smi.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ jobs:
4545

4646
- name: Install linkerd and add controlplane to cluster
4747
run: |
48-
curl --proto '=https' --tlsv1.2 -sSfL https://run.linkerd.io/install | sh
49-
curl -sL https://linkerd.github.io/linkerd-smi/install | sh
48+
curl --proto '=https' --tlsv1.2 -sSfL https://run.linkerd.io/install-edge | sh
5049
export PATH=$PATH:/home/runner/.linkerd2/bin
50+
curl -sL https://linkerd.github.io/linkerd-smi/install | sh
51+
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.0/standard-install.yaml
5152
5253
linkerd install --crds | kubectl apply -f -
5354
linkerd install --set proxyInit.runAsRoot=true | kubectl apply -f -

.github/workflows/run-integration-tests-canary-smi.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ jobs:
4242
kubernetes-version: 1.31.0
4343
driver: 'none'
4444
timeout-minutes: 3
45-
46-
- name: Install linkerd and add controlplane to cluster
47-
run: |
48-
curl --proto '=https' --tlsv1.2 -sSfL https://run.linkerd.io/install | sh
49-
curl -sL https://linkerd.github.io/linkerd-smi/install | sh
45+
curl --proto '=https' --tlsv1.2 -sSfL https://run.linkerd.io/install-edge | sh
5046
export PATH=$PATH:/home/runner/.linkerd2/bin
47+
curl -sL https://linkerd.github.io/linkerd-smi/install | sh
48+
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.0/standard-install.yaml
5149

5250
linkerd install --crds | kubectl apply -f -
5351
linkerd install --set proxyInit.runAsRoot=true | kubectl apply -f -

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)