Difference between revisions of "Getting started with CRC"
From MyWiki
Line 1: | Line 1: | ||
'''Reference:''' https://www.redhat.com/sysadmin/codeready-containers<br> | '''Reference:''' https://www.redhat.com/sysadmin/codeready-containers<br> | ||
− | '''Reference:''' https://www.okd.io/<br> | + | '''Reference:''' https://www.okd.io/<br><br> |
Red Hat CodeReady Containers (CRC) provides a minimal, preconfigured OpenShift 4 cluster on a laptop or desktop machine for development and testing purposes. CRC is delivered as a platform inside of the VM.<br> | Red Hat CodeReady Containers (CRC) provides a minimal, preconfigured OpenShift 4 cluster on a laptop or desktop machine for development and testing purposes. CRC is delivered as a platform inside of the VM.<br> | ||
<br> | <br> |
Revision as of 09:52, 15 February 2024
Reference: https://www.redhat.com/sysadmin/codeready-containers
Reference: https://www.okd.io/
Red Hat CodeReady Containers (CRC) provides a minimal, preconfigured OpenShift 4 cluster on a laptop or desktop machine for development and testing purposes. CRC is delivered as a platform inside of the VM.
"crc" is a binary file which is run like ./crc
By default the "crc" downloaded from Red Hat is configured to require a "pull-secret". We can configure it to nor require this by switching it to the OKD version as follows:
./crc config view to view the most important settings
./crc config set preset okd (switch to OKD version)
./crc config set consent-telemetry no (stop telemetry)