Christophe Fergeau
Christophe Fergeau
## System Information ### Linux distribution ``` Centos9 Stream/ RHEL 9 ``` ### Provider and libvirt versions ``` terraform/providers/libvirt/go.mod:require github.com/dmacvicar/terraform-provider-libvirt v0.6.12 ``` ## Checklist - [ ] Is it a...
Following an internal discussion, an alternative to configuring haproxy to forward requests to the VM is to use firewall-cmd to forward external requests on port 443/80/.. to the VM: ```...
The code in https://github.com/code-ready/crc/blob/b9a345dda0b51c0fefda0ac054030e283823fa02/cmd/crc/cmd/start.go#L194 checks if there's a newer crc version on mirror.openshift.com When using an OKD build, comparing OKD version with the latest OpenShift Local version does not make...
When CRC is built for OKD support (`make cross OKD_VERSION=4.10.0-0.okd-2022-06-24-212905`), the resulting binary is versioned as 2.6.0-OKD. In the [semantic versioning specification](https://semver.org/#spec-item-9), this makes it a pre-release, which is not...
See https://github.com/openshift/openshift-docs/issues/37586#issuecomment-985582572 > oc 4.10 is the last release being built with support for rhel7, starting from 4.11 we will provide only rhel8 compatible builds. If they go with this...
Since we are no longer called CodeReady Containers, it's odd to still be using the code-ready namespace on GitHub We first need to decide on a new namespace (crc-team, crc-dev,...
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:...
If one decides to use the podman bundle on linux for some reason (it's not needed as podman can be used natively on linux): ``` $ crc config set preset...
``` $ pgrep -f "crc daemon" $ ./out/linux-amd64/crc daemon daemon is already running ``` The daemon itself triggers socket activation of the daemon when it's checking if it's already running....
Steps to reproduce: - Start a crc cluster using usermode networking - Create a haproxy.cfg file as described on https://crc.dev/crc/#setting-up-remote-server_gsg (`crc ip` is 127.0.0.1) - Run `systemctl start haproxy` The...