Andrei Kvapil
Andrei Kvapil
Sometimes there might be cases when server needs to replace motherboard with integrated NICs, they will change MAC-addresses too. It's better to use PCI-bus path to persiste these settings
### Kube-OVN Version v1.12.19 ### Kubernetes Version v1.30.0 ### Operation-system/Kernel Version ``` OS-IMAGE KERNEL-VERSION Talos (v1.7.1) 6.6.29-talos ``` ### Description Hi, I use kube-ovn with cilium with kube-proxy replacement in...
Imported from https://github.com/kubernetes-sigs/container-object-storage-interface-provisioner-sidecar/pull/139 This PR addresses two cases: - **Controller Restarts:** When the controller restarts, it does not handle deletions for removed objects. Specifically, when an object with a deletion...
k8s upd
imported from https://github.com/kubernetes-sigs/container-object-storage-interface-provisioner-sidecar/pull/141 Signed-off-by: Andrei Kvapil
# Bug Report **What happened**: ``` E0801 12:21:30.393983 1 event.go:276] Unable to write event: '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"test4.17e79a2838dae5ad", GenerateName:"", Namespace:"sample-ns", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0,...
This PR fixes issue with recording events in different namespaces as part of https://github.com/kubernetes-sigs/container-object-storage-interface-api/pull/85 fixes https://github.com/kubernetes-sigs/container-object-storage-interface-provisioner-sidecar/issues/140
This PR addresses two cases: - **Controller Restarts:** When the controller restarts, it does not handle deletions for removed objects. Specifically, when an object with a deletion timestamp is passed...
**What this PR does / why we need it**: This PR disables mapping of kubernetes services into container environments **Which issue(s) this PR fixes** Fixes https://github.com/kubevirt/csi-driver/issues/120 **Special notes for your...
## Summary by CodeRabbit - **New Features** - Introduced a new configuration parameter `scratchSpaceStorageClass` set to `"local"` in the CDI resource, enhancing customization options for users.