Skip to content

Commit 66eda52

Browse files
authored
Bump k8s provider to 1.30 (#1908)
* cluster: Bump KUBEVIRTCI_TAG to 2409241245-d93dec16 Signed-off-by: Ram Lavi <[email protected]> * cluster: Bump KUBEVIRT_PROVIDER to k8s-1.30 Signed-off-by: Ram Lavi <[email protected]> * README: Bump KUBEVIRT_PROVIDER to k8s-1.30 Signed-off-by: Ram Lavi <[email protected]> --------- Signed-off-by: Ram Lavi <[email protected]>
1 parent 8357d26 commit 66eda52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@ make docker-build-registry
355355
# bring up a local cluster with Kubernetes
356356
make cluster-up
357357
358-
# bridge up a local cluster with kubernetes 1.25
359-
export KUBEVIRT_PROVIDER=k8s-1.25
358+
# bridge up a local cluster with supported kubernetes provider
359+
export KUBEVIRT_PROVIDER=k8s-1.30
360360
make cluster-up
361361
362362
# build images and push them to the local cluster

cluster/cluster.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.28'}
16-
export KUBEVIRTCI_TAG=${KUBEVIRTCI_TAG:-2406041642-8d359a3}
15+
export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.30'}
16+
export KUBEVIRTCI_TAG=${KUBEVIRTCI_TAG:-2409241245-d93dec16}
1717

1818
KUBEVIRTCI_REPO='https://github.com/kubevirt/kubevirtci.git'
1919
# The CLUSTER_PATH var is used in cluster folder and points to the _kubevirtci where the cluster is deployed from.

0 commit comments

Comments
 (0)