Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes/website
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2cd42147996b384bc834896f61b30bba626edd81
Choose a base ref
..
head repository: kubernetes/website
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1f709b151859fe979fc0152f30c8deecb80d7484
Choose a head ref
Showing with 4 additions and 2 deletions.
  1. +4 −2 content/en/docs/reference/command-line-tools-reference/feature-gates.md
Original file line number Diff line number Diff line change
@@ -600,7 +600,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
[service account tokens](/docs/concepts/security/service-accounts/#get-a-token).
- `LegacyServiceAccountTokenCleanUp`: Enable invalidating Secret-based
[service account tokens](/docs/concepts/security/service-accounts/#get-a-token)
when they are not used in a specified time (default to be one year). Clean up the Secret-based tokens if they have been invalidated for a specified time (default to be one year).
when they are not used in a specified time (default to be one year). Clean up
the Secret-based tokens if they have been invalidated for a specified time
(default to be one year).
- `LegacyServiceAccountTokenTracking`: Track usage of Secret-based
[service account tokens](/docs/concepts/security/service-accounts/#get-a-token).
- `LocalStorageCapacityIsolationFSQuotaMonitoring`: When `LocalStorageCapacityIsolation`
@@ -706,7 +708,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
which benefits to reduce the useless requeueing.
The scheduler retries scheduling pods if something changes in the cluster that could make the pod scheduled.
Queueing hints are internal signals that allow the scheduler to filter the changes in the cluster
that are relevant to the unscheduled pod, based on previous scheduling attempts.
that are relevant to the unscheduled pod, based on previous scheduling attempts.
- `SeccompDefault`: Enables the use of `RuntimeDefault` as the default seccomp profile
for all workloads.
The seccomp profile is specified in the `securityContext` of a Pod and/or a Container.