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
Jenkinsfile.nightly -rw-r--r-- 6.0 KB
docs.Jenkinsfile -rw-r--r-- 3.0 KB
flannel.Jenkinsfile -rw-r--r-- 4.8 KB
ginkgo-eks.Jenkinsfile -rw-r--r-- 5.9 KB
ginkgo-gke.Jenkinsfile -rw-r--r-- 6.9 KB
ginkgo-kernel.Jenkinsfile -rw-r--r-- 7.5 KB
ginkgo-kubernetes-all.Jenkinsfile -rw-r--r-- 22.4 KB
ginkgo-runtime-kernel.Jenkinsfile -rw-r--r-- 5.7 KB
ginkgo.Jenkinsfile -rw-r--r-- 13.7 KB
kubernetes-upstream.Jenkinsfile -rw-r--r-- 5.3 KB

back to top