Skip to content

Commit ad7f0f4

Browse files
committed
[zh-cn] sync _index.md
Signed-off-by: SSmallMonster <[email protected]>
1 parent a387fd7 commit ad7f0f4

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
22
title: "管理 Secrets"
3-
weight: 28
3+
weight: 60
44
description: 使用 Secrets 管理机密配置数据。
5-
---
5+
---
6+
<!--
7+
title: "Managing Secret"
8+
weight: 60
9+
description: Managing confidential settings data using Secrets.
10+
-->

content/zh-cn/docs/tasks/configmap-secret/managing-secret-using-config-file.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,4 +363,3 @@ kubectl delete secret mysecret
363363
- 进一步阅读 [Secret 概念](/zh-cn/docs/concepts/configuration/secret/)
364364
- 了解如何[使用 `kubectl` 管理 Secret](/zh-cn/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
365365
- 了解如何[使用 kustomize 管理 Secret](/zh-cn/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
366-

content/zh-cn/docs/tasks/debug/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: 监控、日志和调试
33
description: 设置监控和日志记录以对集群进行故障排除或调试容器化应用程序。
4-
weight: 20
4+
weight: 40
55
content_type: concept
66
no_list: true
77
---
88
<!--
99
title: "Monitoring, Logging, and Debugging"
1010
description: Set up monitoring and logging to troubleshoot a cluster, or debug a containerized application.
11-
weight: 20
11+
weight: 40
1212
reviewers:
1313
- brendandburns
1414
- davidopp
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
22
title: "给应用注入数据"
3-
weight: 30
3+
weight: 70
44
description: 给你的工作负载 Pod 指定配置和其他数据。
55
---
6+
<!--
7+
title: "Inject Data Into Applications"
8+
description: Specify configuration and other data for the Pods that run your workload.
9+
weight: 70
10+
-->
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
22
title: "运行 Jobs"
3-
weight: 50
3+
weight: 90
44
description: 使用并行处理运行 Jobs。
55
---
6+
<!--
7+
title: "Run Jobs"
8+
description: Run Jobs using parallel processing.
9+
weight: 90
10+
-->

0 commit comments

Comments
 (0)