Skip to content

Commit 560878d

Browse files
authored
Merge pull request #38734 from tengqm/amend-feature-gates
Add ComponentSLIs feature gate
2 parents bffcaa6 + 50028e5 commit 560878d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ For a reference to old feature gates that are removed, please refer to
7979
| `CSIMigrationRBD` | `false` | Alpha | 1.23 | |
8080
| `CSINodeExpandSecret` | `false` | Alpha | 1.25 | |
8181
| `CSIVolumeHealth` | `false` | Alpha | 1.21 | |
82+
| `ComponentSLIs` | `false` | Alpha | 1.26 | |
8283
| `ContainerCheckpoint` | `false` | Alpha | 1.25 | |
8384
| `ContextualLogging` | `false` | Alpha | 1.24 | |
8485
| `CronJobTimeZone` | `false` | Alpha | 1.24 | 1.24 |
@@ -464,6 +465,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
464465
[Storage Capacity](/docs/concepts/storage/storage-capacity/).
465466
Check the [`csi` volume type](/docs/concepts/storage/volumes/#csi) documentation for more details.
466467
- `CSIVolumeHealth`: Enable support for CSI volume health monitoring on node.
468+
- `ComponentSLIs`: Enable the `/metrics/slis` endpoint on Kubernetes components like
469+
kubelet, kube-scheduler, kube-proxy, kube-controller-manager, cloud-controller-manager
470+
allowing you to scrape health check metrics.
467471
- `ConsistentHTTPGetHandlers`: Normalize HTTP get URL and Header passing for lifecycle
468472
handlers with probers.
469473
- `ContextualLogging`: When you enable this feature gate, Kubernetes components that support

0 commit comments

Comments
 (0)