File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -355,8 +355,8 @@ make docker-build-registry
355
355
# bring up a local cluster with Kubernetes
356
356
make cluster-up
357
357
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
360
360
make cluster-up
361
361
362
362
# build images and push them to the local cluster
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
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 }
17
17
18
18
KUBEVIRTCI_REPO=' https://github.com/kubevirt/kubevirtci.git'
19
19
# The CLUSTER_PATH var is used in cluster folder and points to the _kubevirtci where the cluster is deployed from.
You can’t perform that action at this time.
0 commit comments