Revision 30b0d3fc3189a8383e766b76d14c388191c70cc1 authored by André Martins on 11 May 2020, 13:32:08 UTC, committed by André Martins on 26 May 2020, 12:42:04 UTC
Listing all pods, even if with a filter will load the etcd kvstore as
the filtering is done in kube-apiserver. To avoid doing this operation
every 10 seconds we can have a single watcher that keeps track of all
unmanaged kube-dns pods locally.

Signed-off-by: André Martins <andre@cilium.io>
1 parent 40fface
History
File Mode Size
include
lib
sockops
tests
.gitignore -rw-r--r-- 63 bytes
COPYING -rw-r--r-- 17.6 KB
Makefile -rw-r--r-- 10.6 KB
Makefile.bpf -rw-r--r-- 2.3 KB
bpf_alignchecker.c -rw-r--r-- 2.6 KB
bpf_features.h -rw-r--r-- 260 bytes
bpf_host.c -rw-r--r-- 35.8 KB
bpf_lxc.c -rw-r--r-- 39.8 KB
bpf_network.c -rw-r--r-- 2.9 KB
bpf_overlay.c -rw-r--r-- 8.4 KB
bpf_sock.c -rw-r--r-- 22.0 KB
bpf_xdp.c -rw-r--r-- 6.0 KB
cilium-map-migrate.c -rw-r--r-- 12.8 KB
cilium-probe-kernel-hz.c -rw-r--r-- 3.9 KB
ep_config.h -rw-r--r-- 1.5 KB
filter_config.h -rw-r--r-- 508 bytes
init.sh -rwxr-xr-x 20.6 KB
netdev_config.h -rw-r--r-- 375 bytes
node_config.h -rw-r--r-- 5.2 KB

back to top