Felix Heilmeyer
Felix Heilmeyer
This adds support for Redis Sentinel, which provides automatic master-slave failover and is often used in clustered environments. Let me know if you need more information :)
The most recent release of the GPU Operator (v1.6.2) changed the location of the CRI-O runtime hook to `/run/containers/oci/hooks.d`. After doing a fresh install of the GPU Operator on a...
I'm writing an application that lets users import their private mesage history into IM rooms, which is a much asked for feature that would significantly ease the pain for many...
#### Describe the bug There seems to be no obvious way to set `utc_offset` in the `Info` object. Setting it directly prints a warning and threatens with an error after...
Since #1213 was merged our `machine-controller` deployment is unable finish machine cleanup and keeps unused and drained machines running indefinitely. The machine cleanup fails with `failed to delete machine at...
### Symptoms After the upgrade to v23.6.0 of the operator all deployments are stuck because the `nvidia-container-toolkit-daemonset` DaemonSet stays in the `Init:0/1` phase indefinitely. The logs of the init stage...
/area monitoring /kind enhancement **What would you like to be added**: We would like to have the ability to pass down the `listen-metrics-urls` option to etcd. Maybe through an additional...
### Issue description We are currently trying to deploy constellation in an enterprise GCP account with imposes some restrictions using organization policies. One of those is the unavailability of a...
Currently CAPK finds the first interface in the KubeVirt VMI and uses the address of that interface for the internal and external address of the machine and node object ([ref](https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt/blob/2fcbdfd94d2acd3c598cb70c97296377b6a18223/pkg/kubevirt/machine.go#L227-L233))....