mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-03-12 06:12:16 +08:00
add gateway crds to canary smi
This commit is contained in:
parent
6768d69df6
commit
14f45dd2eb
@ -42,12 +42,10 @@ jobs:
|
||||
kubernetes-version: 1.31.0
|
||||
driver: 'none'
|
||||
timeout-minutes: 3
|
||||
|
||||
- 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 -
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user