CodeReady Containers commands

crc config view                                             # View Actual config
crc config set autostart-tray false                         # Disable autostart
crc config set consent-telemetry false                      # Disable telemetry
crc config set enable-cluster-monitoring true               # Enable Monitoring, needs more memory
crc config set host-network-access true                     # Enable TCP/IP connections
crc config set kubeadmin-password $MY_PASSW0RD              # Define my own kubeadmin-password
crc config set memory 14336									                # Increase Memory to 14GB
crc config set pull-secret-file $PATH_TO_PULL_SECRET_FILE   # Path to a pull-secret file (download from https://cloud.redhat.com/openshift/create/local)
crc setup
crc start
crc ip
crc stop
Previous
Next