Skip to content

Commit cd39843

Browse files
committed
[zh-cn] Reference files to sync task-6
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
1 parent 0bdf35c commit cd39843

File tree

6 files changed

+14
-16
lines changed

6 files changed

+14
-16
lines changed

content/zh-cn/docs/reference/labels-annotations-taints/audit-annotations.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "审计注解"
3-
weight: 1
3+
weight: 10
44
---
55
<!--
66
title: "Audit Annotations"
7-
weight: 1
7+
weight: 10
88
-->
99

1010
<!-- overview -->
@@ -136,7 +136,7 @@ See [Auditing](/docs/tasks/debug/debug-cluster/audit/) for more information.
136136

137137
有关详细信息,请参阅[审计](/zh-cn/docs/tasks/debug/debug-cluster/audit/)
138138

139-
## missing-san.invalid-cert.kubernetes.io/$hostname {##missing-san-invalid-cert-kubernetes-io-hostname}
139+
## missing-san.invalid-cert.kubernetes.io/$hostname {#missing-san-invalid-cert-kubernetes-io-hostname}
140140

141141
<!--
142142
Example: `missing-san.invalid-cert.kubernetes.io/example-svc.example-namespace.svc: "relies on a legacy Common Name field instead of the SAN extension for subject validation"`

content/zh-cn/docs/reference/networking/service-protocols.md

-7
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,6 @@ NAT for multihomed SCTP associations requires special logic in the corresponding
8989

9090
针对多宿主 SCTP 关联的 NAT 需要在对应的内核模块具有特殊的逻辑。
9191

92-
{{< note >}}
93-
<!--
94-
The kube-proxy does not support the management of SCTP associations when it is in userspace mode.
95-
-->
96-
当 kube-proxy 处于 userspace 模式时不支持管理 SCTP 关联。
97-
{{< /note >}}
98-
9992
### `TCP` {#protocol-tcp}
10093

10194
<!--
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: 调度
3-
weight: 70
3+
weight: 140
44
toc-hide: true
55
---
66

77
<!--
88
title: Scheduling
9-
weight: 70
9+
weight: 140
1010
toc-hide: true
1111
-->

content/zh-cn/docs/reference/scheduling/policies.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ title: 调度策略
33
content_type: concept
44
sitemap:
55
priority: 0.2 # Scheduling priorities are deprecated
6+
weight: 30
67
---
78

89
<!--
910
title: Scheduling Policies
1011
content_type: concept
1112
sitemap:
1213
priority: 0.2 # Scheduling priorities are deprecated
14+
weight: 30
1315
-->
1416

1517
<!-- overview -->

content/zh-cn/docs/reference/tools/_index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 其他工具
33
content_type: concept
4-
weight: 80
4+
weight: 150
55
no_list: true
66
---
77

@@ -10,7 +10,7 @@ title: Other Tools
1010
reviewers:
1111
- janetkuo
1212
content_type: concept
13-
weight: 80
13+
weight: 150
1414
no_list: true
1515
-->
1616

@@ -39,7 +39,7 @@ container runtimes.
3939
[`Dashboard`](/docs/tasks/access-application-cluster/web-ui-dashboard/), the web-based user interface of Kubernetes, allows you to deploy containerized applications
4040
to a Kubernetes cluster, troubleshoot them, and manage the cluster and its resources itself.
4141
-->
42-
## 仪表盘
42+
## 仪表盘 {#dashboard}
4343

4444
[`Dashboard`](/zh-cn/docs/tasks/access-application-cluster/web-ui-dashboard/)
4545
基于 Web 的 Kubernetes 用户界面,

content/zh-cn/docs/reference/tools/map-crictl-dockercli.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
title: 从 Docker 命令行映射到 crictl
33
content_type: reference
4+
weight: 10
45
---
56

67
<!--
78
title: Mapping from dockercli to crictl
89
content_type: reference
10+
weight: 10
911
-->
1012

1113
{{% thirdparty-content %}}
@@ -64,7 +66,8 @@ command output is being parsed programmatically.
6466
### 获得调试信息 {#retrieve-debugging-information}
6567

6668
{{< table caption="docker 命令行与 crictl 的映射 - 获得调试信息" >}}
67-
<!--docker CLI | crictl | Description | Unsupported Features
69+
<!--
70+
docker cli | crictl | Description | Unsupported Features
6871
-- | -- | -- | --
6972
`attach` | `attach` | Attach to a running container | `--detach-keys`, `--sig-proxy`
7073
`exec` | `exec` | Run a command in a running container | `--privileged`, `--user`, `--detach-keys`

0 commit comments

Comments
 (0)