diff --git a/content/en/flux/components/helm/options.md b/content/en/flux/components/helm/options.md index 5aeb9ebe8..d781c61d5 100644 --- a/content/en/flux/components/helm/options.md +++ b/content/en/flux/components/helm/options.md @@ -35,6 +35,7 @@ please see the [bootstrap cheatsheet](../../cheatsheets/bootstrap.md). | `--no-cross-namespace-refs` | boolean | When set to true, references between custom resources are allowed only if the reference and the referee are in the same namespace. | | `--requeue-dependency` | duration | The interval at which failing dependencies are reevaluated. (default 30s) | | `--watch-all-namespaces` | boolean | Watch for custom resources in all namespaces, if set to false it will only watch the runtime namespace. (default true) | +| `--watch-label-selector` | string | Watch for resources with matching labels e.g. 'sharding.fluxcd.io/shard=shard1'. | | `--feature-gates` | mapStringBool | A comma separated list of key=value pairs defining the state of experimental features. | | `--oom-watch-interval` | duration | The interval at which the OOM watcher will check for memory usage. Requires feature gate 'OOMWatch' to be enabled. (default 500ms) | | `--oom-watch-memory-threshold` | unit8 | The memory threshold in percentage at which the OOM watcher will trigger a graceful shutdown. Requires feature gate 'OOMWatch' to be enabled. (default 95) | diff --git a/content/en/flux/components/image/options.md b/content/en/flux/components/image/options.md index d221a5f91..9862735b1 100644 --- a/content/en/flux/components/image/options.md +++ b/content/en/flux/components/image/options.md @@ -32,6 +32,7 @@ please see the [bootstrap cheatsheet](../../cheatsheets/bootstrap.md). | `--ssh-hostkey-algos` | strings | The list of hostkey algorithms to use for ssh connections, arranged from most preferred to the least. | | `--ssh-kex-algos` | strings | The list of key exchange algorithms to use for ssh connections, arranged from most preferred to the least. | | `--watch-all-namespaces` | boolean | Watch for custom resources in all namespaces, if set to false it will only watch the runtime namespace. (default true) | +| `--watch-label-selector` | string | Watch for resources with matching labels e.g. 'sharding.fluxcd.io/shard=shard1'. | | `--feature-gates` | mapStringBool | A comma separated list of key=value pairs defining the state of experimental features. | ### Feature Gates @@ -64,6 +65,7 @@ please see the [bootstrap cheatsheet](../../cheatsheets/bootstrap.md). | `--storage-path` | string | Where to store the persistent database of image metadata. (default "/data") | | `--storage-value-log-file-size` | int | Set the database's memory mapped value log file size in bytes. Effective memory usage is about two times this size. (default 268435456) | | `--watch-all-namespaces` | boolean | Watch for custom resources in all namespaces, if set to false it will only watch the runtime namespace. (default true) | +| `--watch-label-selector` | string | Watch for resources with matching labels e.g. 'sharding.fluxcd.io/shard=shard1'. | | `--feature-gates` | mapStringBool | A comma separated list of key=value pairs defining the state of experimental features. | ### Feature Gates diff --git a/content/en/flux/components/kustomize/options.md b/content/en/flux/components/kustomize/options.md index 629998beb..092b20fe5 100644 --- a/content/en/flux/components/kustomize/options.md +++ b/content/en/flux/components/kustomize/options.md @@ -35,6 +35,7 @@ please see the [bootstrap cheatsheet](../../cheatsheets/bootstrap.md). | `--no-remote-bases` | boolean | Disallow remote bases usage in Kustomize overlays. When this flag is enabled, all resources must refer to local files included in the source artifact. | | `--requeue-dependency` | duration | The interval at which failing dependencies are reevaluated. (default 30s) | | `--watch-all-namespaces` | boolean | Watch for custom resources in all namespaces, if set to false it will only watch the runtime namespace. (default true) | +| `--watch-label-selector` | string | Watch for resources with matching labels e.g. 'sharding.fluxcd.io/shard=shard1'. | | `--feature-gates` | mapStringBool | A comma separated list of key=value pairs defining the state of experimental features. | diff --git a/content/en/flux/components/source/options.md b/content/en/flux/components/source/options.md index b187d2a40..14186500c 100644 --- a/content/en/flux/components/source/options.md +++ b/content/en/flux/components/source/options.md @@ -42,6 +42,7 @@ please see the [bootstrap cheatsheet](../../cheatsheets/bootstrap.md). | `--storage-adv-addr` | string | The advertised address of the static file server. | | `--storage-path` | string | The local storage path. | | `--watch-all-namespaces` | boolean | Watch for custom resources in all namespaces, if set to false it will only watch the runtime namespace. (default true) | +| `--watch-label-selector` | string | Watch for resources with matching labels e.g. 'sharding.fluxcd.io/shard=shard1'. | | `--feature-gates` | mapStringBool | A comma separated list of key=value pairs defining the state of experimental features. | ### Feature Gates