Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 372 Bytes

07-10-informer-cache.md

File metadata and controls

3 lines (2 loc) · 372 Bytes

Informer's Cache

The controller manager uses informers with a cache. All observed resources (BtpOperator, Secret, ConfigMap etc.) are stored in the cache. Because of the out of memory risk, the cache is configured with a label selector app.kubernetes.io/managed-by in (btp-manager,kcp-kyma-environment-broker). For details, see cache.go.