Skip to content

Commit

Permalink
Set kubernetes version to 1.24.4 in kind CI (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
t92549 committed Sep 16, 2022
1 parent e1c5729 commit 1c9f9a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Start KinD
run: |
source ./docker/accumulo/.env
kind create cluster --config ./cd/kind.yaml
kind create cluster --config ./cd/kind.yaml --image kindest/node:v1.24.4
kind load docker-image gchq/hdfs:$HADOOP_VERSION
kind load docker-image gchq/gaffer:$GAFFER_VERSION
kind load docker-image gchq/gaffer-rest:$GAFFER_VERSION
Expand Down
2 changes: 1 addition & 1 deletion cd/deploy_to_kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -e

kind create cluster --quiet --config ./cd/kind.yaml
kind create cluster --quiet --config ./cd/kind.yaml --image kindest/node:v1.24.4

# This sets the values for:
# HADOOP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/docs/kind-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following instructions will guide you through provisioning and configuring a

Simply run the following command to spin up a local Kubernetes cluster, running inside a Docker container:
```
kind create cluster
kind create cluster --image kindest/node:v1.24.4
```


Expand Down

0 comments on commit 1c9f9a9

Please sign in to comment.