Skip to content

Commit

Permalink
Update kind cluster version to v1.23.17
Browse files Browse the repository at this point in the history
  • Loading branch information
pixiake committed Feb 23, 2024
1 parent 3914075 commit eea85c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kind/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.23.16
image: kindest/node:v1.23.17
extraMounts:
- hostPath: /etc/localtime
containerPath: /etc/localtime
- containerPath: /var/lib/kubelet/config.json
hostPath: /root/.docker/config.json
extraPortMappings:
- containerPort: 30881
hostPort: 9090
hostPort: 9090

0 comments on commit eea85c6

Please sign in to comment.