Skip to content

Commit

Permalink
kind, SR-IOV: Bump to v0.18.0, k8s-1.27.1
Browse files Browse the repository at this point in the history
Since kubernetes-sigs/kind#2999
which blocked us from updating kind SR-IOV provider was fixed,
we can bump to v0.18.0 (k8s-1.27.1) now.

Signed-off-by: Or Shoval <[email protected]>
  • Loading branch information
oshoval committed May 23, 2023
1 parent d3f63ad commit 27bb62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster-up/cluster/kind-1.27-sriov/provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ else
fi

function set_kind_params() {
export KIND_VERSION="${KIND_VERSION:-0.17.0}"
export KIND_NODE_IMAGE="${KIND_NODE_IMAGE:-quay.io/kubevirtci/kindest-node:v1.23.13@sha256:ef453bb7c79f0e3caba88d2067d4196f427794086a7d0df8df4f019d5e336b61}"
export KIND_VERSION="${KIND_VERSION:-0.18.0}"
export KIND_NODE_IMAGE="${KIND_NODE_IMAGE:-kindest/node:v1.27.1@sha256:9915f5629ef4d29f35b478e819249e89cfaffcbfeebda4324e5c01d53d937b09}"
export KUBECTL_PATH="${KUBECTL_PATH:-/bin/kubectl}"
}

Expand Down

0 comments on commit 27bb62d

Please sign in to comment.