Skip to content

Commit

Permalink
upgrading the floor version of k8s to test (#2052)
Browse files Browse the repository at this point in the history
Upgrading the floor version of k8s to test
  • Loading branch information
cniackz committed Mar 29, 2024
1 parent 36e48cb commit b75b118
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions testing/kind-config-floor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.21.14
image: kindest/node:v1.26.14
- role: worker
image: kindest/node:v1.21.14
image: kindest/node:v1.26.14
- role: worker
image: kindest/node:v1.21.14
image: kindest/node:v1.26.14
- role: worker
image: kindest/node:v1.21.14
image: kindest/node:v1.26.14
- role: worker
image: kindest/node:v1.21.14
image: kindest/node:v1.26.14

0 comments on commit b75b118

Please sign in to comment.