Skip to content

Commit

Permalink
Upgrade to kindest/node v1.31.2 (#234)
Browse files Browse the repository at this point in the history
In docker-desktop, I had to increase some Resources:

I increased the memory limit from 8GB to 12GB, and the virtual disk limit
from 64GB to 72GB.

Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe authored Dec 4, 2024
1 parent 99641a5 commit 15894f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ EOF
mkdir -p /tmp/nnf && dd if=/dev/zero of=/tmp/nnf/file.in bs=128 count=0 seek=$((1024 * 1024))
fi

kind create cluster --wait 60s --image=kindest/node:v1.29.8 --config $CONFIG
kind create cluster --wait 60s --image=kindest/node:v1.31.2 --config $CONFIG

# Use the same init routines that we use on real hardware.
# This applies taints and labels to rabbit nodes, and installs other
Expand Down

0 comments on commit 15894f0

Please sign in to comment.