Skip to content

Commit

Permalink
update kind version
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Jul 24, 2024
1 parent 894efd7 commit ac0fb70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
TRAVIS_OS_NAME: ${{ matrix.os_alias }}
TRAVIS_ARCH: ${{ matrix.arch }}
REGISTRY: ghcr.io/
KIND_IMG_VERSION: v1.21.1
KIND_IMG_VERSION: v1.29.4
KIND_VERSION: v0.23.0
CC: ${{ matrix.cc }}
CGO_ENABLED: ${{ matrix.cgo_enabled }}
GOOS: ${{matrix.goos}}
Expand Down Expand Up @@ -210,7 +211,7 @@ jobs:
name: kind setup with default CNI
if: runner.os == 'linux' && matrix.arch == 'amd64'
with:
version: "v0.11.1"
version: "${{ env.KIND_VERSION }}"
config: "k8s/kind-cluster.yaml"
image: "ukontainer/node-runu:${{ env.KIND_IMG_VERSION }}"

Expand All @@ -226,7 +227,7 @@ jobs:
name: kind setup with calico
if: runner.os == 'linux' && matrix.arch == 'amd64'
with:
version: "v0.11.1"
version: "${{ env.KIND_VERSION }}"
config: "k8s/kind-cluster-calico.yaml"
image: "ukontainer/node-runu:${{ env.KIND_IMG_VERSION }}"
wait: "0s"
Expand Down
2 changes: 1 addition & 1 deletion k8s/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kindest/node:v1.21.1
FROM kindest/node:v1.29.4

COPY ./runu /usr/bin/runu
COPY ./libc.so /usr/lib/runu/
Expand Down
2 changes: 1 addition & 1 deletion k8s/ukontainer-runtimeclass.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: node.k8s.io/v1beta1
apiVersion: node.k8s.io/v1
kind: RuntimeClass
metadata:
name: ukontainer
Expand Down

0 comments on commit ac0fb70

Please # to comment.