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
Now that we can remove the binary protocol and the http API is used by both tray, it might be a good idea to introduce versionned API. The proposition is...
### General information * OS: Windows * Hypervisor: Hyper-V * Did you run `crc setup` before starting it (Yes/No)? Yes * Running CRC on: Laptop ## CRC version ```bash CRC...
Hi guys. I will expose my case: - Installed crc on my windows local machine. (192.168.1.135) - Docker in the same windows system with a jenkins stack (sharing same ip...
Consider which parts of `config.feature` are still relevant and retain those as part of a new integration test. Add checks: - if monitoring is enabled, memory requirement is [14GiB](https://access.redhat.com/documentation/en-us/red_hat_openshift_local/2.5/html/getting_started_guide/administrative-tasks_gsg#starting-monitoring_gsg) -...
We need a way to share files/directories with the crc VM. The first use case would be for the podman preset, to implement `podman-remote -v localdir:remotedir`. There are several options:...
Hi after installing the Code Ready Containers On windows i noticed that it store the VM in the OS drive. I want to change the VM drive to a different...
### General information * OS: Linux * Hypervisor: KVM * Did you run `crc setup` before starting it (Yes/No)? yes * Running CRC on: Baremetal-Server ## CRC version ```bash ./crc...
Podman team provides a set of integration tests, those tests will cover the podman remote scneario. The idea would be pick the [tests provided by podman team](https://github.com/containers/podman/blob/main/test/README.md) build an image...
The daemon brings enough API to be able to run the crc VM on a remote server. The user can manage it from his laptop directly with the CRC System...
To support macOS M1 chips, we can create universal fat binaries, and for the releases we can build only one pkg that'll work natively on both the platforms which provides...