forked from DSIT/documentation-dsit
Fix CI
This commit is contained in:
parent
10030eba47
commit
100a388723
|
@ -29,7 +29,7 @@ steps:
|
||||||
from_secret: k8s_token
|
from_secret: k8s_token
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache curl
|
- apk add --no-cache curl
|
||||||
- curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
|
- curl -LO "https://dl.k8s.io/release/v1.28.2/bin/linux/amd64/kubectl"
|
||||||
- sudo mv kubectl /usr/bin/kubectl
|
- sudo mv kubectl /usr/bin/kubectl
|
||||||
- chmod +x /usr/bin/kubectl
|
- chmod +x /usr/bin/kubectl
|
||||||
- kubectl config set-cluster default --server=$kubernetes_server
|
- kubectl config set-cluster default --server=$kubernetes_server
|
||||||
|
|
Loading…
Reference in New Issue
Block a user