[zh] Rename and sync feature-gates/S*.md
parent
07b93cb50a
commit
3aa81ff6f9
|
@ -23,6 +23,7 @@ stages:
|
|||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Enables the _SCTP_ `protocol` value in Pod, Service, Endpoints, EndpointSlice,
|
||||
and NetworkPolicy definitions.
|
|
@ -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
|
|
@ -23,6 +23,7 @@ stages:
|
|||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable DaemonSet Pods to be scheduled by the default scheduler instead
|
||||
of the DaemonSet controller.
|
|
@ -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 的调度。
|
||||
排队提示是一些内部信号,
|
|
@ -21,6 +21,7 @@ stages:
|
|||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Enables the use of `RuntimeDefault` as the default seccomp profile
|
||||
for all workloads.
|
|
@ -12,6 +12,7 @@ stages:
|
|||
toVersion: "1.29"
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
This gate signals that the `SecurityContextDeny` admission controller is deprecated.
|
||||
-->
|
|
@ -23,6 +23,7 @@ stages:
|
|||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Allows label and field based indexes in API server watch cache to accelerate
|
||||
list operations.
|
|
@ -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),
|
||||
|
@ -21,4 +22,4 @@ enabled, users can optionally disable Taint-based Eviction setting the
|
|||
之外执行[基于污点的驱逐](/zh-cn/docs/concepts/scheduling-eviction/taint-and-toleration/#taint-based-evictions)。
|
||||
此特性启用时,用户可以在 `kube-controller-manager`
|
||||
上设置 `--controllers=-taint-eviction-controller` 标志,
|
||||
可选择禁用基于污点的驱逐。
|
||||
可选择禁用基于污点的驱逐。
|
|
@ -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.
|
|
@ -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
|
|
@ -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
|
|
@ -13,6 +13,10 @@ stages:
|
|||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.30"
|
||||
toVersion: "1.31"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.32"
|
||||
---
|
||||
|
||||
<!--
|
|
@ -6,14 +6,19 @@ _build:
|
|||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.29"
|
||||
toVersion: "1.29"
|
||||
- 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.
|
||||
-->
|
|
@ -6,14 +6,19 @@ _build:
|
|||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.29"
|
||||
toVersion: "1.29"
|
||||
- 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.
|
|
@ -23,6 +23,7 @@ stages:
|
|||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Enables the `appProtocol` field on Services and Endpoints.
|
||||
-->
|
|
@ -19,8 +19,9 @@ stages:
|
|||
fromVersion: "1.26"
|
||||
toVersion: "1.27"
|
||||
|
||||
removed: true
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Enables a strategy for Services ClusterIP allocations, whereby the
|
||||
ClusterIP range is subdivided. Dynamic allocated ClusterIP addresses will be allocated preferently
|
|
@ -21,6 +21,7 @@ stages:
|
|||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Enables the `internalTrafficPolicy` field on Services
|
||||
-->
|
|
@ -23,6 +23,7 @@ stages:
|
|||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Enables the `allocateLoadBalancerNodePorts` field on Services.
|
||||
-->
|
|
@ -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)
|
|
@ -23,6 +23,7 @@ stages:
|
|||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable finalizer protection for Service load balancers.
|
||||
-->
|
|
@ -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`".
|
|
@ -21,6 +21,7 @@ stages:
|
|||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Enables the use of different port allocation
|
||||
strategies for NodePort Services. For more details, see
|
|
@ -19,6 +19,7 @@ stages:
|
|||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable service to route traffic based upon the Node topology of the cluster.
|
||||
-->
|
|
@ -23,6 +23,7 @@ stages:
|
|||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable the ability of setting Fully Qualified Domain Name(FQDN) as the
|
||||
hostname of a pod. See
|
|
@ -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).
|
|
@ -18,6 +18,7 @@ stages:
|
|||
defaultValue: true
|
||||
fromVersion: "1.32"
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable kubelets to determine the size limit for
|
||||
memory-backed volumes (mainly `emptyDir` volumes).
|
|
@ -17,6 +17,7 @@ stages:
|
|||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Skip validation that GCE PersistentDisk volumes are in read-only mode.
|
||||
-->
|
|
@ -13,6 +13,9 @@ stages:
|
|||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.30"
|
||||
toVersion: "1.31"
|
||||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
|
@ -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.
|
|
@ -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.
|
|
@ -23,6 +23,7 @@ stages:
|
|||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Allows `minReadySeconds` to be respected by
|
||||
the StatefulSet controller.
|
|
@ -18,6 +18,7 @@ stages:
|
|||
defaultValue: true
|
||||
fromVersion: "1.31"
|
||||
---
|
||||
|
||||
<!--
|
||||
Allow configuration of the start ordinal in a
|
||||
StatefulSet. See
|
|
@ -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 操作。
|
|
@ -17,8 +17,9 @@ stages:
|
|||
fromVersion: "1.11"
|
||||
toVersion: "1.24"
|
||||
|
||||
removed: true
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Postpone the deletion of PersistentVolume or
|
||||
PersistentVolumeClaim objects if they are still being used.
|
|
@ -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).
|
|
@ -14,6 +14,7 @@ stages:
|
|||
defaultValue: true
|
||||
fromVersion: "1.15"
|
||||
---
|
||||
|
||||
<!--
|
||||
Allow API servers to expose the storage version hash in the
|
||||
discovery.
|
|
@ -9,7 +9,6 @@ stages:
|
|||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.30"
|
||||
toVersion: "1.32"
|
||||
---
|
||||
|
||||
<!--
|
|
@ -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`,
|
|
@ -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"
|
||||
---
|
||||
|
||||
<!--
|
|
@ -10,6 +10,10 @@ stages:
|
|||
- stage: beta
|
||||
defaultValue: false
|
||||
fromVersion: "1.31"
|
||||
toVersion: "1.31"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.32"
|
||||
---
|
||||
|
||||
<!--
|
|
@ -6,13 +6,17 @@ _build:
|
|||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.29"
|
||||
toVersion: "1.29"
|
||||
- stage: beta
|
||||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.30"
|
||||
toVersion: "1.31"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.32"
|
||||
---
|
||||
|
||||
<!--
|
|
@ -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.
|
|
@ -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
|
|
@ -23,6 +23,7 @@ stages:
|
|||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable the support to limiting PIDs in Pods.
|
||||
-->
|
|
@ -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/).
|
|
@ -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.
|
Loading…
Reference in New Issue