mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-04-11 16:52:18 +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
|
kubernetes-version: 1.31.0
|
||||||
driver: 'none'
|
driver: 'none'
|
||||||
timeout-minutes: 3
|
timeout-minutes: 3
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSfL https://run.linkerd.io/install-edge | sh
|
||||||
- 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
|
|
||||||
export PATH=$PATH:/home/runner/.linkerd2/bin
|
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 --crds | kubectl apply -f -
|
||||||
linkerd install --set proxyInit.runAsRoot=true | kubectl apply -f -
|
linkerd install --set proxyInit.runAsRoot=true | kubectl apply -f -
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user