From 2d1c5f481b489e148c67c4d194bf59afa02c5139 Mon Sep 17 00:00:00 2001 From: Gorka Eguileor Date: Tue, 7 Jul 2026 12:59:19 +0200 Subject: [PATCH] Ping CRC to deploy OCP 4.18 Update instructions in README.md file to ping the CRC version to the one matching OCP 4.18 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1e9b9f..5773d8b 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ Get pull credentials (pull secret) from `https://cloud.redhat.com/openshift/crea and save it in `pull-secret.txt` of the current path, or you can save it anywhere and use the `PULL_SECRET` env var to point to it like in the next example. -Deploy OpenShift CRC and attach the libvirt default interface to CRC: +Deploy OpenShift 4.18 CRC and attach the libvirt default interface to CRC: ```bash -PULL_SECRET=~/work/pull-secret CRC_MONITORING_ENABLED=true CPUS=12 MEMORY=25600 DISK=100 make crc +CRC_VERSION=2.51.0 PULL_SECRET=~/work/pull-secret CRC_MONITORING_ENABLED=true CPUS=12 MEMORY=25600 DISK=100 make crc make crc_attach_default_interface eval $(crc oc-env) cd ../..