huchen2021
huchen2021
When I use __bpf_vprintk on my xdp.c, it reports the following error. If I don’t use __bpf_vprintk, the error is gone. Any hints will be appreaciated: ``` go run -exec...
When I use bpf_trace_printk to output logs, it always has the prefix "bpf_trace_printk", which is useless. Does anyone know how to disable it? ``` bpf_trace_printk:######################### bpf_trace_printk:######################### bpf_trace_printk:From service to client...
When I use BPF_SNPRINTF on my xdp.c, it reports the following error. If I don’t use BPF_SNPRINTF, the error is gone. Any hints will be appreaciated: ``` go run -exec...
Currently we only run basic e2e test(e2e_test) for every commit. Now we need this: after all comments on PR are solved and just before merging, we should run advance e2e...
Background: When we first introduced the github runners, any failing e2e case was hard to debug because we couldn’t ssh into those runners and things would work fine in local...
carina-scheduler-5f7b889fc-xt4p5 启动不起来 $ kubectl get pods -n kube-system |grep carina carina-admission-create-b9n49 0/1 Completed 0 71m carina-admission-patch-vh29h 0/1 Completed 2 71m carina-scheduler-5f7b889fc-xt4p5 0/1 CrashLoopBackOff 18 (101s ago) 71m csi-carina-node-chf5x 3/3 Running...
Does anyone how anything about this? Thanks.