Merge pull request #42083 from serathius/kep2340
Document Consistent Reads from Cachepull/42471/head
commit
e656fb8ad2
|
@ -86,6 +86,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 | |
|
||||
| CRDValidationRatcheting | false | Alpha | 1.28 |
|
||||
|
@ -469,6 +470,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
|
||||
|
|
Loading…
Reference in New Issue