Jean-François Roy
Jean-François Roy
This patch adds support for the `DevicePluginCDIDevices` feature gate by adding `spec.operator.useDevicePluginCDIDevicesFeature` to `ClusterPolicy`. When this field is set, the operator sets the `DEVICE_LIST_STRATEGY` device plug-in environment variable to `cdi-cri`.
### Spegel version v0.0.30 ### Kubernetes distribution Talos 1.9.1 ### Kubernetes version v1.31.4 ### CNI Cilium ### Describe the bug Since v0.0.29 with the new peer discovery, I am seeing...
There is a bug in Samba < 4.21 breaking `statfs` (https://gitlab.com/samba-team/samba/-/commit/7a440864dde9e9de8748b1e930bfa59f25eaf08a) when using the modern SMB3 UNIX extensions. Fedora 41, which is about to be released, has the latest Samba...
**Describe the solution you'd like** The kubernetes and helm ecosystem is moving to OCI repositories for helm charts. They provide better performance and better security. Please publish your helm charts...
## Bug Report ### Description Since updating to 1.10.1, one of my nodes has some etcd flapping on boot. It seems eventually etcd settles, but machined does not seem to...
**Is your feature request related to a problem? Please describe.** On small clusters with a limited number of nodes, or on heterogeneous clusters with storage nodes and compute nodes, it...
On Kubernetes, it makes more sense to use a liveness probe than the health server loop (i.e. only have one loop). This patch introduces a flag to disable the health...