You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`CacheSecretsAndConfigMaps`|`false`| Configures the caching of Secrets and ConfigMaps by the controller-runtime client. When enabled, it will cache both object types, resulting in increased memory usage and cluster-wide RBAC permissions (list and watch). |
49
49
|`DisableStatusPollerCache`|`true`| Disables the cache of the status poller, which is used to determine the health of the resources applied by the controller. This may have a positive impact on memory usage on large clusters with many objects, at the cost of an increased number of direct API calls. |
50
+
|`GroupChangeLog`|`false`| Groups together kubernetes objects in log output. Reduces cardinality for Elasticsearch/Opensearch indexing|
0 commit comments