CodeReady Container on Windows 10 === ###### tags: `IBM` `Infra` `OCP` ## Preparation ![](https://i.imgur.com/mcfjDjn.png) ``` crc config view - consent-telemetry : no - enable-cluster-monitoring : true - memory : 14336 - network-mode : vsock cmd /V /C "set USERNAME=defaultuser100001&& crc setup" cmd /V /C "set USERNAME=defaultuser100001&& crc daemon" cmd /V /C "set USERNAME=defaultuser100001&& crc start" Log in as administrator: Username: kubeadmin Password: fHL6U-isQ4s-gxZnN-DTU9j Log in as user: Username: developer Password: developer ``` ## Usage ``` crc console ``` ![](https://i.imgur.com/dw86Aa4.png) ``` crc oc-env oc get all ``` ## Deletion ``` crc stop crc delete crc cleanup ``` ## References - [Podman remote clients for macOS and Windows](https://www.redhat.com/sysadmin/podman-clients-macos-windows) - [Red Hat CodeReady Containers - Getting Started Guide](https://code-ready.github.io/crc/)