We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d037d commit 95185a6Copy full SHA for 95185a6
1 file changed
docs/content/en/blog/releases/v5-4-release.md
@@ -37,6 +37,10 @@ ControllerConfigurationOverrider.override(config)
37
`josdk.controller.<name>.shard-selector` configuration key. This feature relies on Fabric8 client
38
support and requires the 7.8.0 baseline shipped with this release.
39
40
+> **Note**: Shard selectors are an **alpha feature in Kubernetes 1.36** and are not available on a stock
41
+> cluster. They must be explicitly enabled on the API server (via the `ShardedListAndWatch` feature gate)
42
+> before they can be used.
43
+
44
### Opting Out of Default Event Filters
45
46
By default, JOSDK applies a set of internal update filters to a controller's own event source:
0 commit comments