Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEmacs
crc config set cpus 810
crc config set memory 2400030000
crc config set disk-size 120
crc config host-network-access true

...

Code Block
- consent-telemetry                     : no
- cpus                                  : 810
- disk-size                             : 120
- host-network-access                   : true
- memory                                : 2400030000


For a full list of configuration parameters issue the following command:

...

Code Block
themeEmacs
crc console

...


CRC 

- Code Ready Containers


Code Block
CRC is a tool that manages a local OpenShift 4.x cluster optimized for testing and development purposes

Usage:
  crc [flags]
  crc [command]

Available Commands:
  bundle      Manage CRC bundles
  cleanup     Undo config changes
  completion  Generate the autocompletion script for the specified shell
  config      Modify crc configuration
  console     Open the OpenShift Web Console in the default browser
  delete      Delete the instance
  help        Help about any command
  ip          Get IP address of the running OpenShift cluster
  oc-env      Add the 'oc' executable to PATH
  podman-env  Setup podman environment
  setup       Set up prerequisites for using CRC
  start       Start the instance
  status      Display status of the OpenShift cluster
  stop        Stop the instance
  version     Print version information

Flags:
  -h, --help               help for crc
      --log-level string   log level (e.g. "debug | info | warn | error") (default "info")

...