Skip to content

Commit b5d9e67

Browse files
authored
Merge pull request #2142 from 94DanielBrown/main
add docs for GroupChangeLog feature gate
2 parents 5117e5c + 5f2f5c4 commit b5d9e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/flux/components/kustomize/options.md

+1
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ please see the [bootstrap customization guide](/flux/installation/configuration/
4747
|-----------------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
4848
| `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). |
4949
| `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

Comments
 (0)