Skip to content

Commit e47a96c

Browse files
authored
Merge pull request #12 from Akrog/update-readme
Ping CRC to deploy OCP 4.18
2 parents 967e602 + 2d1c5f4 commit e47a96c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Get pull credentials (pull secret) from `https://cloud.redhat.com/openshift/crea
2828
and save it in `pull-secret.txt` of the current path, or you can save it anywhere
2929
and use the `PULL_SECRET` env var to point to it like in the next example.
3030

31-
Deploy OpenShift CRC and attach the libvirt default interface to CRC:
31+
Deploy OpenShift 4.18 CRC and attach the libvirt default interface to CRC:
3232

3333
```bash
34-
PULL_SECRET=~/work/pull-secret CRC_MONITORING_ENABLED=true CPUS=12 MEMORY=25600 DISK=100 make crc
34+
CRC_VERSION=2.51.0 PULL_SECRET=~/work/pull-secret CRC_MONITORING_ENABLED=true CPUS=12 MEMORY=25600 DISK=100 make crc
3535
make crc_attach_default_interface
3636
eval $(crc oc-env)
3737
cd ../..

0 commit comments

Comments
 (0)