From 680148d71d84424966558785130d339a6696ff49 Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Wed, 19 Jul 2023 09:15:00 +0200 Subject: [PATCH 1/2] KEP-2340: Consistent Reads from Cache to Alpha --- .../reference/command-line-tools-reference/feature-gates.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates.md b/content/en/docs/reference/command-line-tools-reference/feature-gates.md index 88e2cae5d5..734d8ea0b7 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates.md @@ -87,6 +87,7 @@ For a reference to old feature gates that are removed, please refer to | `ClusterTrustBundle` | false | Alpha | 1.27 | | | `ComponentSLIs` | `false` | Alpha | 1.26 | 1.26 | | `ComponentSLIs` | `true` | Beta | 1.27 | | + | `ConsistentListFromCache` | `false` | Alpha | 1.28 | | `ContainerCheckpoint` | `false` | Alpha | 1.25 | | | `ContextualLogging` | `false` | Alpha | 1.24 | | | `CrossNamespaceVolumeDataSource` | `false` | Alpha| 1.26 | | @@ -452,6 +453,7 @@ Each feature gate is designed for enabling/disabling a specific feature: allowing you to scrape health check metrics. - `ConsistentHTTPGetHandlers`: Normalize HTTP get URL and Header passing for lifecycle handlers with probers. +- `ConsistentListFromCache`: Allow the API server to serve consistent lists from cache - `ContainerCheckpoint`: Enables the kubelet `checkpoint` API. See [Kubelet Checkpoint API](/docs/reference/node/kubelet-checkpoint-api/) for more details. - `ContextualLogging`: When you enable this feature gate, Kubernetes components that support From a92606ec8c94842f3b47e60eb48a02985708aae8 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 8 Aug 2023 19:12:34 +0100 Subject: [PATCH 2/2] Fix punctuation --- .../reference/command-line-tools-reference/feature-gates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates.md b/content/en/docs/reference/command-line-tools-reference/feature-gates.md index 734d8ea0b7..59429ef216 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates.md @@ -453,7 +453,7 @@ Each feature gate is designed for enabling/disabling a specific feature: allowing you to scrape health check metrics. - `ConsistentHTTPGetHandlers`: Normalize HTTP get URL and Header passing for lifecycle handlers with probers. -- `ConsistentListFromCache`: Allow the API server to serve consistent lists from cache +- `ConsistentListFromCache`: Allow the API server to serve consistent lists from cache. - `ContainerCheckpoint`: Enables the kubelet `checkpoint` API. See [Kubelet Checkpoint API](/docs/reference/node/kubelet-checkpoint-api/) for more details. - `ContextualLogging`: When you enable this feature gate, Kubernetes components that support