Skip to content

Commit 9a27184

Browse files
authored
ci: upgrade k3s for meta chaos (#18983)
1 parent 295cff3 commit 9a27184

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/ci/ci-setup-chaos-meta.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -ex
66

77
BUILD_PROFILE=${BUILD_PROFILE:-debug}
88

9-
curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v5.6.0 bash
9+
curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v5.8.3 bash
1010
k3d registry create registry.localhost --port 0.0.0.0:5111 -i registry:latest
1111
k3d cluster create --config ./scripts/ci/meta-chaos/k3d.yaml meta-chaos
1212

@@ -16,7 +16,7 @@ if kubectl version --client; then
1616
echo "kubectl client already installed"
1717
else
1818
echo "install kubectl client"
19-
curl -LO "https://dl.k8s.io/release/v1.29.5/bin/linux/amd64/kubectl"
19+
curl -LO "https://dl.k8s.io/release/v1.34.1/bin/linux/amd64/kubectl"
2020
chmod +x kubectl
2121
sudo mv kubectl /usr/local/bin/
2222
fi

scripts/ci/meta-chaos/k3d.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Simple
33
metadata:
44
name: single
55
servers: 1
6-
image: rancher/k3s:v1.29.5-k3s1
6+
image: rancher/k3s:v1.34.1-k3s1
77
ports:
88
- port: 8888:80
99
nodeFilters:

0 commit comments

Comments
 (0)