scydas

Results 7 issues of scydas

support list field filtering ``` kubectl get po --field-selector="spec.containers[].name!=container1" kubectl get po --field-selector="spec.containers[].name == container1" kubectl get po --field-selector="spec.containers[1].name in (container1,container2)" ``` PostgreSQL ``` SELECT * FROM "resources", jsonb_array_elements(object ->...

wontfix
pending

go mod golang version is 1.20, but makefile is 1.17&1.18

**What happened**: A clear and concise description of what the bug is. The Host OS ubuntu 22.04 and kernel 5.15.0-57-generic , We are seeing the Kubevirt images not up properly,...

kind/bug

update cni to 1.2.0

[CNI: Update skel.PluginMain to skel.PluginMainFunc](https://github.com/cilium/cilium/pull/32618/commits/8b2f09cda099c8bcff66d25ff63ea9f55f89bc1f) Deprecated: Use github.com/containernetworking/cni/pkg/skel.PluginMainFuncs instead. https://github.com/containernetworking/cni/blob/c04330ee9e0bb932e1e3eda757813e2f212e746b/pkg/skel/skel.go#L431C1-L432C1 Upstream release: https://github.com/containernetworking/cni/releases/tag/v1.2.0

dont-merge/needs-sign-off
dont-merge/needs-release-note-label
kind/community-contribution

### What this PR does Before this PR: cni version is 1.1.2 After this PR: cni version is 1.2.0 Fixes # ### Why we need it and why it was...

size/M
sig/network
release-note
lifecycle/rotten
needs-rebase
dco-signoff: yes

**What happened**: A clear and concise description of what the bug is. ![image](https://github.com/kubevirt/kubevirt/assets/22952515/eb33e21e-2f5a-4149-ac86-dd7e6181cdfe) vmware vm: ![image](https://github.com/kubevirt/kubevirt/assets/22952515/75ed122b-efaa-4198-8297-6e6c731d64e5) windows version: windows 2019 virtio driver: ![image](https://github.com/kubevirt/kubevirt/assets/22952515/c712b0a9-9f4a-408d-ae24-de1db2a977fb) **What you expected to happen**: A clear...

kind/bug