Skip to content

Commit f1088bc

Browse files
authored
Merge pull request #41997 from asa3311/sync-zh-27
[zh] sync service windows-storage workloads/_index nodes
2 parents 989d992 + 9c606c7 commit f1088bc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

content/zh-cn/docs/concepts/architecture/nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ Message: Pod was terminated in response to imminent node shutdown.
888888
-->
889889
### 基于 Pod 优先级的节点体面关闭 {#pod-priority-graceful-node-shutdown}
890890

891-
{{< feature-state state="alpha" for_k8s_version="v1.23" >}}
891+
{{< feature-state state="beta" for_k8s_version="v1.24" >}}
892892

893893
<!--
894894
To provide more flexibility during graceful node shutdown around the ordering

content/zh-cn/docs/concepts/services-networking/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ can define your own (provider specific) annotations on the Service that specify
986986
-->
987987
#### 混合协议类型的负载均衡器
988988

989-
{{< feature-state for_k8s_version="v1.24" state="beta" >}}
989+
{{< feature-state for_k8s_version="v1.26" state="stable" >}}
990990

991991
<!--
992992
By default, for LoadBalancer type of Services, when there is more than one port defined, all

content/zh-cn/docs/concepts/storage/windows-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ persist data.
9595

9696
<!--
9797
Volume management components are shipped as Kubernetes volume
98-
[plugin](/docs/concepts/storage/volumes/#types-of-volumes).
98+
[plugin](/docs/concepts/storage/volumes/#volume-types).
9999
The following broad classes of Kubernetes volume plugins are supported on Windows:
100100
-->
101-
卷管理组件作为 Kubernetes 卷[插件](/zh-cn/docs/concepts/storage/volumes/#types-of-volumes)发布。
101+
卷管理组件作为 Kubernetes 卷[插件](/zh-cn/docs/concepts/storage/volumes/#volume-types)发布。
102102
Windows 支持以下类型的 Kubernetes 卷插件:
103103

104104
<!--

content/zh-cn/docs/concepts/workloads/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ no_list: true
1717
<!--
1818
Whether your workload is a single component or several that work together, on Kubernetes you run
1919
it inside a set of [_pods_](/docs/concepts/workloads/pods).
20-
In Kubernetes, a `Pod` represents a set of running
20+
In Kubernetes, a Pod represents a set of running
2121
{{< glossary_tooltip text="containers" term_id="container" >}} on your cluster.
2222
2323
A Pod has a defined lifecycle. For example, once a Pod is running in your cluster then
@@ -27,7 +27,7 @@ of failure as final: you would need to create a new Pod even if the node later r
2727
-->
2828
在 Kubernetes 中,无论你的负载是由单个组件还是由多个一同工作的组件构成,
2929
你都可以在一组 [**Pod**](/zh-cn/docs/concepts/workloads/pods) 中运行它。
30-
在 Kubernetes 中,`Pod` 代表的是集群上处于运行状态的一组
30+
在 Kubernetes 中,Pod 代表的是集群上处于运行状态的一组
3131
{{< glossary_tooltip text="容器" term_id="container" >}} 的集合。
3232

3333
<!--

0 commit comments

Comments
 (0)