kubernetes/pkg/controlplane/apiserver/options
Richa Banker 8f2c0a9a60 kube-apiserver: Enable peer proxy and peer-aggregated discovery
Wire up peer proxy infrastructure in kube-apiserver:
- Add UnknownVersionInteroperabilityProxy feature gate
- Configure peer proxy with identity lease selectors
- Register CRD and APIService informers with exclusion filters
- Start peer discovery sync and GV cleanup workers

Includes extractors for CRDs and APIServices to identify which
GroupVersions should be excluded from peer discovery.

Part of KEP-4020: Unknown Version Interoperability Proxy
2025-11-06 12:48:19 -08:00
..
options.go feat: Implement structured /flagz endpoint 2025-11-04 19:45:30 +00:00
options_test.go Add --min-compatibility flag. 2025-10-30 13:36:38 -05:00
validation.go kube-apiserver: Enable peer proxy and peer-aggregated discovery 2025-11-06 12:48:19 -08:00
validation_test.go kube-apiserver: Enable peer proxy and peer-aggregated discovery 2025-11-06 12:48:19 -08:00