From d668c509bb889c940d5145bbe18bd7bd3c341aa9 Mon Sep 17 00:00:00 2001 From: wangsifei99 Date: Mon, 20 Jul 2026 17:28:12 +0800 Subject: [PATCH] fix: Unneeded bpf fstab entry added when using Cilium #13364 (#13377) --- roles/network_plugin/cilium/tasks/install.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/roles/network_plugin/cilium/tasks/install.yml b/roles/network_plugin/cilium/tasks/install.yml index 1f9e858f2..7535fd631 100644 --- a/roles/network_plugin/cilium/tasks/install.yml +++ b/roles/network_plugin/cilium/tasks/install.yml @@ -1,11 +1,4 @@ --- -- name: Cilium | Ensure BPFFS mounted - ansible.posix.mount: - fstype: bpf - path: /sys/fs/bpf - src: bpffs - state: mounted - - name: Cilium | Create Cilium certs directory file: dest: "{{ cilium_cert_dir }}"