Guillaume Rose
Guillaume Rose
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...
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...
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...
When running `crc start`, the user should be able to specify the major version he would like. This is the first step to support multiple versions of OpenShift. The user...
An OpenShift cluster is an OpenShift cluster as long as it passes conformance tests. Therefore, crc should pass all those tests which a single node openshift cluster can support. *...
The goal is to run 4.8 and analyze what runs, how many CPU and memory are used. The second goal is to look at the release notes and check if...