Skip to content

Commit

Permalink
[zh-cn] sync _index.md
Browse files Browse the repository at this point in the history
Signed-off-by: SSmallMonster <mingming.zhou@daocloud.io>
  • Loading branch information
SSmallMonster committed Mar 21, 2023
1 parent a387fd7 commit ad7f0f4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 deletions.
9 changes: 7 additions & 2 deletions content/zh-cn/docs/tasks/configmap-secret/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
title: "管理 Secrets"
weight: 28
weight: 60
description: 使用 Secrets 管理机密配置数据。
---
---
<!--
title: "Managing Secret"
weight: 60
description: Managing confidential settings data using Secrets.
-->
Original file line number Diff line number Diff line change
Expand Up @@ -363,4 +363,3 @@ kubectl delete secret mysecret
- 进一步阅读 [Secret 概念](/zh-cn/docs/concepts/configuration/secret/)
- 了解如何[使用 `kubectl` 管理 Secret](/zh-cn/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
- 了解如何[使用 kustomize 管理 Secret](/zh-cn/docs/tasks/configmap-secret/managing-secret-using-kustomize/)

4 changes: 2 additions & 2 deletions content/zh-cn/docs/tasks/debug/_index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: 监控、日志和调试
description: 设置监控和日志记录以对集群进行故障排除或调试容器化应用程序。
weight: 20
weight: 40
content_type: concept
no_list: true
---
<!--
title: "Monitoring, Logging, and Debugging"
description: Set up monitoring and logging to troubleshoot a cluster, or debug a containerized application.
weight: 20
weight: 40
reviewers:
- brendandburns
- davidopp
Expand Down
7 changes: 6 additions & 1 deletion content/zh-cn/docs/tasks/inject-data-application/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
title: "给应用注入数据"
weight: 30
weight: 70
description: 给你的工作负载 Pod 指定配置和其他数据。
---
<!--
title: "Inject Data Into Applications"
description: Specify configuration and other data for the Pods that run your workload.
weight: 70
-->
7 changes: 6 additions & 1 deletion content/zh-cn/docs/tasks/job/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
title: "运行 Jobs"
weight: 50
weight: 90
description: 使用并行处理运行 Jobs。
---
<!--
title: "Run Jobs"
description: Run Jobs using parallel processing.
weight: 90
-->

0 comments on commit ad7f0f4

Please sign in to comment.