nayihz
nayihz
**What would you like to be cleaned**: track the comment here: https://github.com/kubernetes-sigs/kueue/pull/257#discussion_r871856501 and https://github.com/kubernetes-sigs/kueue/pull/257#discussion_r872436693 **Why is this needed**:
## Description fix some log print format error. ` 2022-10-11 10:22:08.063 [DEBUG][112] felix/vxlan_mgr.go 588: Found parent interface: &{{%!s(int=9) %!s(int=1500) %!s(int=1000) eth0 aa:bb:cc:dd:88:16 up|broadcast|multicast %!s(uint32=69699) %!s(int=8) %!s(int=0) %!s(*netlink.LinkStatistics=&{3516861 3367420 2645954856 1278274451...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes # Part of https://github.com/kubernetes/kubernetes/issues/118893...
### What happened? When I try to create a statefulset with more than 2 replias(example as follows), the time interval between the creation of Pods is twice the value configured...
**What happend**: In https://github.com/k8snetworkplumbingwg/multus-cni/pull/1084, this pr wil ignore the common errors raised by CNI. I don't think this is what we expected. For example, if a custom cni cmdDel return...
Addresses issue https://github.com/microsoft/retina/issues/128
**Describe the bug** ```bash # make retina-binary package command-line-arguments imports github.com/microsoft/retina/pkg/plugin/packetforward imports github.com/microsoft/retina/pkg/plugin/packetforward/_cprog: C source files not allowed when not using cgo or SWIG: packetforward.c package command-line-arguments imports github.com/microsoft/retina/pkg/plugin/packetforward imports...
For beginners, It's a little hard to get involved in blixt. Maybe we need more documents to tell users/developers about how we design blixt, how we use ebpf and so...
fix warnings when build images ``` 1 warning found (use docker --debug to expand): - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 2) ``` and ``` =>...