kubernetes/pkg
Antonio Ojea 9daabbd6c7
kube-proxy: don't do full periodic syncs on large cluster mode
Periodic full-syncs are just reconcile loops just in case somehow
the dataplane has drifted, however, they have an important cost on large
clusters.

We can avoid to perform full-sync if kube-proxy is in the "largecluster"
mode, we are already doing some optimization, so it is reasonable to
avoid the penalty of a full sync for a "just in case" operation.

Signed-off-by: Antonio Ojea <aojea@google.com>
2026-04-24 13:35:49 +00:00
..
admission/plugin Add policy manifest loader, source, and plugin wiring 2026-03-11 23:47:55 -07:00
api Merge pull request #137755 from HirazawaUi/remove-SidecarContainers-feature-gate 2026-04-23 08:16:45 +05:30
apis Merge pull request #137755 from HirazawaUi/remove-SidecarContainers-feature-gate 2026-04-23 08:16:45 +05:30
auth
capabilities
certauthorization Pod Certificates: Basic implementation 2025-07-21 21:49:57 +00:00
client staging: extract CRI streaming modules with client-go compatibility 2026-03-12 09:59:55 -04:00
cluster/ports
controller Merge pull request #138451 from michaelasp/registerSTSMetric 2026-04-24 02:58:45 +05:30
controlplane Merge pull request #138102 from kairosci/fix-apiserver-endpoint-validation 2026-04-23 05:11:43 +05:30
credentialprovider Remove redundant re-assignment in for-loops under pkg 2026-03-02 08:47:43 +01:00
features Graduate SchedulerQueueingHints feature gate 2026-04-23 10:17:33 +00:00
fieldpath
generated Merge pull request #136935 from troychiu/enable-optionalorrequired-linter-for-resource 2026-04-23 03:20:09 +05:30
kubeapiserver Merge pull request #138210 from Mujib-Ahasan/featuregate-WorkloadWithJob 2026-04-09 23:12:21 +05:30
kubectl Create Workload API v1alpha2 (#136976) 2026-03-10 07:59:10 +05:30
kubelet Bump otel semconv v1.12.0 to v1.40.0 2026-04-24 11:08:57 +02:00
kubemark remove portworx from in-tree volume plugins 2026-01-19 11:35:30 +08:00
printers Merge pull request #135964 from jaehanbyun/fix-storageclass-multiple-defaults 2026-04-23 03:19:13 +05:30
probe Remove redundant re-assignment in for-loops under pkg 2026-03-02 08:47:43 +01:00
proxy kube-proxy: don't do full periodic syncs on large cluster mode 2026-04-24 13:35:49 +00:00
quota/v1 Make quota evaluators in admission conditional on enabled resources 2026-02-20 11:34:33 -05:00
registry Merge pull request #137755 from HirazawaUi/remove-SidecarContainers-feature-gate 2026-04-23 08:16:45 +05:30
routes build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
scheduler Merge pull request #138522 from bart0sh/PR232-DRA-remove-nil-check 2026-04-24 14:36:46 +05:30
security build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
securitycontext Merge pull request #131018 from saschagrunert/default-masked-paths 2025-07-15 10:56:23 -07:00
serviceaccount Service account controller: Wire through context 2025-12-04 19:30:55 -05:00
util Add kernel 5.9+ version check for MemoryQoS 2026-03-18 14:22:07 -04:00
volume volume: fix incorrect error and log messages across volume plugins 2026-04-02 14:31:47 +05:30
windows/service build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
.import-restrictions restrict the use of scheme internally to client-go 2025-05-16 08:48:39 +00:00
OWNERS