You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content/zh-cn/docs/concepts/cluster-administration/flow-control.mdCopy file name to clipboardExpand all lines: content/zh-cn/docs/concepts/cluster-administration/flow-control.md
Copy file name to clipboardExpand all lines: content/zh-cn/docs/concepts/configuration/secret.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -398,12 +398,12 @@ You should only create a ServiceAccount token Secret
398
398
if you can't use the `TokenRequest` API to obtain a token,
399
399
and the security exposure of persisting a non-expiring token credential
400
400
in a readable API object is acceptable to you. For instructions, see
401
-
[Manually create a long-lived API token for a ServiceAccount](/docs/tasks/configure-pod-container/configure-service-account/#manually-create-a-service-account-api-token).
401
+
[Manually create a long-lived API token for a ServiceAccount](/docs/tasks/configure-pod-container/configure-service-account/#manually-create-an-api-token-for-a-serviceaccount).
402
402
-->
403
403
只有在你无法使用 `TokenRequest` API 来获取令牌,
404
404
并且你能够接受因为将永不过期的令牌凭据写入到可读取的 API 对象而带来的安全风险时,
405
405
才应该创建 ServiceAccount 令牌 Secret。
406
-
更多细节参阅[为 ServiceAccount 手动创建长期有效的 API 令牌](/zh-cn/docs/tasks/configure-pod-container/configure-service-account/#manually-create-a-service-account-api-token)。
406
+
更多细节参阅[为 ServiceAccount 手动创建长期有效的 API 令牌](/zh-cn/docs/tasks/configure-pod-container/configure-service-account/#manually-create-an-api-token-for-a-serviceaccount)。
407
407
{{< /note >}}
408
408
409
409
content/zh-cn/docs/concepts/extend-kubernetes/_index.mdCopy file name to clipboardExpand all lines: content/zh-cn/docs/concepts/extend-kubernetes/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -500,7 +500,7 @@ a way to extend Kubernetes with supports for new kinds of volumes. The volumes c
500
500
durable external storage, or provide ephemeral storage, or they might offer a read-only interface
501
501
to information using a filesystem paradigm.
502
502
503
-
Kubernetes also includes support for [FlexVolume](/docs/concepts/storage/volumes/#flexvolume-deprecated) plugins,
503
+
Kubernetes also includes support for [FlexVolume](/docs/concepts/storage/volumes/#flexvolume) plugins,
504
504
which are deprecated since Kubernetes v1.23 (in favour of CSI).
505
505
-->
506
506
### 存储插件 {#storage-plugins}
@@ -509,7 +509,7 @@ which are deprecated since Kubernetes v1.23 (in favour of CSI).
content/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.mdCopy file name to clipboardExpand all lines: content/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -88,10 +88,10 @@ documentation for that Container Runtime, for example:
content/zh-cn/docs/contribute/new-content/_index.mdCopy file name to clipboardExpand all lines: content/zh-cn/docs/contribute/new-content/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ Scenario | Branch
146
146
:---------|:------------
147
147
Existing or new English language content for the current release | `main`
148
148
Content for a feature change release | The branch which corresponds to the major and minor version the feature change is in, using the pattern `dev-`. For example, if a feature changes in the `v{{< skew nextMinorVersion >}}` release, then add documentation changes to the ``dev-{{< skew nextMinorVersion >}}`` branch.
149
-
Content in other languages (localizations) | Use the localization's convention. See the [Localization branching strategy](/docs/contribute/localization/#branching-strategy) for more information.
149
+
Content in other languages (localizations) | Use the localization's convention. See the [Localization branching strategy](/docs/contribute/localization/#branch-strategy) for more information.
150
150
151
151
If you're still not sure which branch to choose, ask in `#sig-docs` on Slack.
152
152
-->
@@ -159,7 +159,7 @@ If you're still not sure which branch to choose, ask in `#sig-docs` on Slack.
Copy file name to clipboardExpand all lines: content/zh-cn/docs/reference/using-api/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Kubernetes API 服务器进行身份认证以及他们的请求如何被鉴权
64
64
67
-
## API 版本控制 {#api-reference}
67
+
## API 版本控制 {#api-versioning}
68
68
69
69
content/zh-cn/docs/setup/production-environment/container-runtimes.mdCopy file name to clipboardExpand all lines: content/zh-cn/docs/setup/production-environment/container-runtimes.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -640,6 +640,6 @@ The command line argument to use is `--pod-infra-container-image`.
content/zh-cn/docs/tasks/configure-pod-container/configure-pod-initialization.mdCopy file name to clipboardExpand all lines: content/zh-cn/docs/tasks/configure-pod-container/configure-pod-initialization.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ container starts.
32
32
33
33
Here is the configuration file for the Pod:
34
34
-->
35
-
## 创建一个包含 Init 容器的 Pod {#creating-a-pod-that-has-an-init-container}
35
+
## 创建一个包含 Init 容器的 Pod {#create-a-pod-that-has-an-init-container}