[zh] Rename and sync feature-gates/S*.md

pull/49536/head
windsonsea 2025-01-23 09:30:04 +08:00
parent 07b93cb50a
commit 3aa81ff6f9
54 changed files with 102 additions and 11 deletions

View File

@ -23,6 +23,7 @@ stages:
removed: true
---
<!--
Enables the _SCTP_ `protocol` value in Pod, Service, Endpoints, EndpointSlice,
and NetworkPolicy definitions.

View File

@ -18,6 +18,7 @@ stages:
defaultValue: true
fromVersion: "1.28"
---
<!--
Speeds up container startup by allowing kubelet to mount volumes
for a Pod directly with the correct SELinux label instead of changing each file on the volumes

View File

@ -23,6 +23,7 @@ stages:
removed: true
---
<!--
Enable DaemonSet Pods to be scheduled by the default scheduler instead
of the DaemonSet controller.

View File

@ -13,15 +13,20 @@ stages:
- stage: beta
defaultValue: false
fromVersion: "1.29"
toVersion: "1.31"
- stage: beta
defaultValue: true
fromVersion: "1.32"
---
<!--
Enables [the scheduler's _queueing hints_ enhancement](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/4247-queueinghint/README.md),
Enables [the scheduler's _queueing hints_ feature](/docs/concepts/scheduling-eviction/scheduling-framework/#queueinghint),
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.
-->
启用[调度器的**排队提示**增强功能](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/4247-queueinghint/README.md)
启用[调度器的**排队提示**特性](/zh-cn/docs/concepts/scheduling-eviction/scheduling-framework/#queueinghint)
有助于减少无效的重新排队。
调度器会在集群中发生可能导致 Pod 被重新调度的变化时,尝试重新进行 Pod 的调度。
排队提示是一些内部信号,

View File

@ -21,6 +21,7 @@ stages:
removed: true
---
<!--
Enables the use of `RuntimeDefault` as the default seccomp profile
for all workloads.

View File

@ -12,6 +12,7 @@ stages:
toVersion: "1.29"
removed: true
---
<!--
This gate signals that the `SecurityContextDeny` admission controller is deprecated.
-->

View File

@ -23,6 +23,7 @@ stages:
removed: true
---
<!--
Allows label and field based indexes in API server watch cache to accelerate
list operations.

View File

@ -10,6 +10,7 @@ stages:
defaultValue: true
fromVersion: "1.29"
---
<!--
Enables running `TaintEvictionController`,
that performs [Taint-based Evictions](/docs/concepts/scheduling-eviction/taint-and-toleration/#taint-based-evictions),

View File

@ -17,7 +17,11 @@ stages:
- stage: stable
defaultValue: true
fromVersion: "1.22"
toVersion: "1.31"
removed: true
---
<!--
Enables the [Sever Side Apply (SSA)](/docs/reference/using-api/server-side-apply/)
feature on the API Server.

View File

@ -21,6 +21,7 @@ stages:
removed: true
---
<!--
Enables server-side field validation. This means the validation
of resource schema is performed at the API server side rather than the client side

View File

@ -23,6 +23,7 @@ stages:
removed: true
---
<!--
Enable OIDC discovery endpoints (issuer and JWKS URLs) for the
service account issuer in the API server. See

View File

@ -13,6 +13,10 @@ stages:
- stage: beta
defaultValue: true
fromVersion: "1.30"
toVersion: "1.31"
- stage: stable
defaultValue: true
fromVersion: "1.32"
---
<!--

View File

@ -13,7 +13,12 @@ stages:
- stage: beta
defaultValue: true
fromVersion: "1.30"
toVersion: "1.31"
- stage: stable
defaultValue: true
fromVersion: "1.32"
---
<!--
Controls whether the apiserver will validate a Node reference in service account tokens.
-->

View File

@ -13,7 +13,12 @@ stages:
- stage: beta
defaultValue: true
fromVersion: "1.30"
toVersion: "1.31"
- stage: stable
defaultValue: true
fromVersion: "1.32"
---
<!--
Controls whether the apiserver embeds the node name and uid
for the associated node when issuing service account tokens bound to Pod objects.

View File

@ -21,6 +21,7 @@ stages:
removed: true
---
<!--
Enables a strategy for Services ClusterIP allocations, whereby the
ClusterIP range is subdivided. Dynamic allocated ClusterIP addresses will be allocated preferently

View File

@ -23,6 +23,7 @@ stages:
removed: true
---
<!--
Enables the `loadBalancerClass` field on Services. See
[Specifying class of load balancer implementation](/docs/concepts/services-networking/service/#load-balancer-class)

View File

@ -23,6 +23,7 @@ stages:
removed: true
---
<!--
Enable the exclusion of nodes from load balancers created by a cloud provider.
A node is eligible for exclusion if labelled with "`node.kubernetes.io/exclude-from-external-load-balancers`".

View File

@ -21,6 +21,7 @@ stages:
removed: true
---
<!--
Enables the use of different port allocation
strategies for NodePort Services. For more details, see

View File

@ -19,6 +19,7 @@ stages:
removed: true
---
<!--
Enable service to route traffic based upon the Node topology of the cluster.
-->

View File

@ -23,6 +23,7 @@ stages:
removed: true
---
<!--
Enable the ability of setting Fully Qualified Domain Name(FQDN) as the
hostname of a pod. See

View File

@ -14,6 +14,7 @@ stages:
defaultValue: true
fromVersion: "1.29"
---
<!--
Allow setting the `restartPolicy` of an init container to
`Always` so that the container becomes a sidecar container (restartable init containers).

View File

@ -18,6 +18,7 @@ stages:
defaultValue: true
fromVersion: "1.32"
---
<!--
Enable kubelets to determine the size limit for
memory-backed volumes (mainly `emptyDir` volumes).

View File

@ -23,6 +23,7 @@ stages:
removed: true
---
<!--
Enable the [startup](/docs/concepts/workloads/pods/pod-lifecycle/#when-should-you-use-a-startup-probe)
probe in the kubelet.

View File

@ -19,6 +19,7 @@ stages:
defaultValue: true
fromVersion: "1.32"
---
<!--
Allows the use of the optional `.spec.persistentVolumeClaimRetentionPolicy` field,
providing control over the deletion of PVCs in a StatefulSet's lifecycle.

View File

@ -18,6 +18,7 @@ stages:
defaultValue: true
fromVersion: "1.31"
---
<!--
Allow configuration of the start ordinal in a
StatefulSet. See

View File

@ -0,0 +1,19 @@
---
title: StorageNamespaceIndex
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: beta
defaultValue: true
fromVersion: "1.30"
---
<!--
Enables a namespace indexer for namespace scoped resources
in API server cache to accelerate list operations.
-->
为 API 服务器缓存中作用域为命名空间的资源启用命名空间索引器,以加速 list 操作。

View File

@ -19,6 +19,7 @@ stages:
removed: true
---
<!--
Postpone the deletion of PersistentVolume or
PersistentVolumeClaim objects if they are still being used.

View File

@ -10,6 +10,7 @@ stages:
defaultValue: false
fromVersion: "1.20"
---
<!--
Enable the
[storage version API](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#storageversion-v1alpha1-internal-apiserver-k8s-io).

View File

@ -14,6 +14,7 @@ stages:
defaultValue: true
fromVersion: "1.15"
---
<!--
Allow API servers to expose the storage version hash in the
discovery.

View File

@ -27,6 +27,7 @@ stages:
removed: true
---
<!--
Instructs the API server to intercept (and follow) redirects from the
backend (kubelet) for streaming requests. Examples of streaming requests include the `exec`,

View File

@ -9,7 +9,11 @@ _build:
stages:
- stage: beta
defaultValue: false
fromVersion: "1.31"
fromVersion: "1.30"
toVersion: "1.31"
- stage: stable
defaultValue: true
fromVersion: "1.32"
---
<!--

View File

@ -10,6 +10,10 @@ stages:
- stage: beta
defaultValue: false
fromVersion: "1.31"
toVersion: "1.31"
- stage: stable
defaultValue: true
fromVersion: "1.32"
---
<!--

View File

@ -13,6 +13,10 @@ stages:
- stage: beta
defaultValue: true
fromVersion: "1.30"
toVersion: "1.31"
- stage: stable
defaultValue: true
fromVersion: "1.32"
---
<!--

View File

@ -27,6 +27,7 @@ stages:
removed: true
---
<!--
Enable providing in-cluster service load balancing using IPVS.
See [service proxies](/docs/reference/networking/virtual-ips/) for more details.

View File

@ -23,6 +23,7 @@ stages:
removed: true
---
<!--
Enable the support to limiting PIDs on the Node. The parameter
`pid=<number>` in the `--system-reserved` and `--kube-reserved` options can be specified to

View File

@ -23,6 +23,7 @@ stages:
removed: true
---
<!--
Enable support to suspend and resume Jobs. For more details, see
[the Jobs docs](/docs/concepts/workloads/controllers/job/).

View File

@ -19,6 +19,7 @@ stages:
removed: true
---
<!--
Enable support for namespaced kernel parameters (sysctls) that can be set for each
pod. See [sysctls](/docs/tasks/administer-cluster/sysctl-cluster/) for more details.