crc
crc copied to clipboard
CRC is a tool to help you run containers. It manages a local OpenShift 4.x cluster, Microshift or a Podman VM optimized for testing and development purposes
In #1418 we introduced semi-supported documentation about accessing the internal registry. We detail to use an example image, which does not use a 'standard' image. We could consider an alternative...
Fixes #2869 e.g response for a single config `cpus`: ```json { "Configs": { "cpus": { "value": 2, "isDefault": true, "defaultValue": 2 } } } ``` **Note: This will also need...
Hi, i have a `podman info` output as below. ``` host: arch: amd64 buildahVersion: 1.21.3 cgroupControllers: [] cgroupManager: cgroupfs cgroupVersion: v1 conmon: package: conmon-2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x86_64 path: /usr/bin/conmon version: 'conmon version 2.0.29,...
Use case - If a user want to use crc in disconnect environment then from 2.0.1 he/she need to download the crc binary and also the bundle and the do...
We used to had document about manually removing monitoring operator from the operator override list in clusterversion https://github.com/code-ready/crc/blob/v1.17.0/docs/source/topics/proc_starting-monitoring-alerting-telemetry.adoc . We automated the enabling monitoring operator and remove this doc. I...
In order to promote all developer tooling, we could add a dropdown in the tray that will allow the user to install various CLI tools: odo, etc.
(enhancement of the podman experience #1611) If the user runs `podman run -p 9090:80 -it nginx`, he should be able to reach this container from his browser on the host....
Many users want to be able to run crc in restricted networks. crc should start and run normally. Proposition to be discussed if prioritized: - [ ] Document what is...
Currently, crc needs to be able to change hosts file entries on the host. It is required by the userland network stack on macOS and Windows but also on Linux....
Most users use the web console. We would like to know what they do if they turn on the telemetry. Dev Sandbox already includes a telemetry plugin that reports to...