We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I have disabled the ebpf mode by set bpfEnabled=false from https://docs.tigera.io/calico-cloud/operations/ebpf/enabling-ebpf#reversing-the-process, but there still a lot ebpf programs on nodes after set bpfEnabled=false.
latest felixconfig: spec: bpfEnabled: false bpfLogLevel: "" logSeverityScreen: Info prometheusMetricsEnabled: true reportingInterval: 0s
bpftool -j -p cgroup show /run/calico/cgroup
[{ "id": 73636, "attach_type": "connect4", "attach_flags": "", "name": "calico_connect_" },{ "id": 73641, "attach_type": "connect6", "attach_flags": "", "name": "calico_connect_" },{ "id": 73646, "attach_type": "sendmsg4", "attach_flags": "", "name": "calico_sendmsg_" },{ "id": 73654, "attach_type": "sendmsg6", "attach_flags": "", "name": "calico_sendmsg_" },{ "id": 73651, "attach_type": "recvmsg4", "attach_flags": "", "name": "calico_recvmsg_" },{ "id": 73659, "attach_type": "recvmsg6", "attach_flags": "", "name": "calico_recvmsg_" } ]
no ebpf program at nodes after disable ebpfMode
there still a lot ebpf programs on nodes after set bpfEnabled=false also new joined nodes has these programs.
NA
The text was updated successfully, but these errors were encountered:
It is a bug. You need to clean them up by hand for now. Thanks for reporting it.
Sorry, something went wrong.
thank you for reply.
Successfully merging a pull request may close this issue.
I have disabled the ebpf mode by set bpfEnabled=false from https://docs.tigera.io/calico-cloud/operations/ebpf/enabling-ebpf#reversing-the-process, but there still a lot ebpf programs on nodes after set bpfEnabled=false.
latest felixconfig:
spec:
bpfEnabled: false
bpfLogLevel: ""
logSeverityScreen: Info
prometheusMetricsEnabled: true
reportingInterval: 0s
bpftool -j -p cgroup show /run/calico/cgroup
[{
"id": 73636,
"attach_type": "connect4",
"attach_flags": "",
"name": "calico_connect_"
},{
"id": 73641,
"attach_type": "connect6",
"attach_flags": "",
"name": "calico_connect_"
},{
"id": 73646,
"attach_type": "sendmsg4",
"attach_flags": "",
"name": "calico_sendmsg_"
},{
"id": 73654,
"attach_type": "sendmsg6",
"attach_flags": "",
"name": "calico_sendmsg_"
},{
"id": 73651,
"attach_type": "recvmsg4",
"attach_flags": "",
"name": "calico_recvmsg_"
},{
"id": 73659,
"attach_type": "recvmsg6",
"attach_flags": "",
"name": "calico_recvmsg_"
}
]
Expected Behavior
no ebpf program at nodes after disable ebpfMode
Current Behavior
there still a lot ebpf programs on nodes after set bpfEnabled=false
also new joined nodes has these programs.
Possible Solution
NA
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: