We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 967e602 + 2d1c5f4 commit e47a96cCopy full SHA for e47a96c
1 file changed
README.md
@@ -28,10 +28,10 @@ Get pull credentials (pull secret) from `https://cloud.redhat.com/openshift/crea
28
and save it in `pull-secret.txt` of the current path, or you can save it anywhere
29
and use the `PULL_SECRET` env var to point to it like in the next example.
30
31
-Deploy OpenShift CRC and attach the libvirt default interface to CRC:
+Deploy OpenShift 4.18 CRC and attach the libvirt default interface to CRC:
32
33
```bash
34
-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
35
make crc_attach_default_interface
36
eval $(crc oc-env)
37
cd ../..
0 commit comments