From ddfc79d5b8693dae8344faa812aff4672bb91095 Mon Sep 17 00:00:00 2001 From: Hao Yuan Date: Thu, 17 Sep 2020 10:45:08 +0800 Subject: [PATCH] Add missing description for each subjects in /zh/docs/tasks --- content/zh/docs/tasks/access-application-cluster/_index.md | 1 + content/zh/docs/tasks/administer-cluster/_index.md | 1 + content/zh/docs/tasks/configure-pod-container/_index.md | 1 + content/zh/docs/tasks/debug-application-cluster/_index.md | 1 + content/zh/docs/tasks/inject-data-application/_index.md | 1 + content/zh/docs/tasks/job/_index.md | 1 + content/zh/docs/tasks/manage-daemon/_index.md | 1 + content/zh/docs/tasks/manage-hugepages/scheduling-hugepages.md | 1 + content/zh/docs/tasks/manage-kubernetes-objects/_index.md | 1 + content/zh/docs/tasks/network/_index.md | 1 + content/zh/docs/tasks/run-application/_index.md | 1 + content/zh/docs/tasks/service-catalog/_index.md | 1 + content/zh/docs/tasks/tls/_index.md | 1 + content/zh/docs/tasks/tools/_index.md | 1 + 14 files changed, 14 insertions(+) diff --git a/content/zh/docs/tasks/access-application-cluster/_index.md b/content/zh/docs/tasks/access-application-cluster/_index.md index 3ed8c7e6c0..5fb03229b1 100644 --- a/content/zh/docs/tasks/access-application-cluster/_index.md +++ b/content/zh/docs/tasks/access-application-cluster/_index.md @@ -1,4 +1,5 @@ --- title: 访问集群中的应用程序 weight: 60 +description: 配置负载平衡、端口转发或设置防火墙或 DNS 配置,以访问集群中的应用程序。 --- diff --git a/content/zh/docs/tasks/administer-cluster/_index.md b/content/zh/docs/tasks/administer-cluster/_index.md index 90ff023cc4..1ef44bc080 100644 --- a/content/zh/docs/tasks/administer-cluster/_index.md +++ b/content/zh/docs/tasks/administer-cluster/_index.md @@ -1,4 +1,5 @@ --- title: "管理集群" weight: 20 +description: 了解管理集群的常见任务。 --- diff --git a/content/zh/docs/tasks/configure-pod-container/_index.md b/content/zh/docs/tasks/configure-pod-container/_index.md index 7a5b336076..4c71a44d89 100644 --- a/content/zh/docs/tasks/configure-pod-container/_index.md +++ b/content/zh/docs/tasks/configure-pod-container/_index.md @@ -1,4 +1,5 @@ --- title: "配置 Pods 和容器" weight: 20 +description: 对 Pod 和容器执行常见的配置任务。 --- diff --git a/content/zh/docs/tasks/debug-application-cluster/_index.md b/content/zh/docs/tasks/debug-application-cluster/_index.md index 9fb280225f..15912bf00c 100644 --- a/content/zh/docs/tasks/debug-application-cluster/_index.md +++ b/content/zh/docs/tasks/debug-application-cluster/_index.md @@ -1,4 +1,5 @@ --- title: "监控、日志和排错" weight: 80 +description: 设置监视和日志记录以对集群进行故障排除或调试容器化应用。 --- diff --git a/content/zh/docs/tasks/inject-data-application/_index.md b/content/zh/docs/tasks/inject-data-application/_index.md index d95dfdfb35..8a23b60fc1 100644 --- a/content/zh/docs/tasks/inject-data-application/_index.md +++ b/content/zh/docs/tasks/inject-data-application/_index.md @@ -1,4 +1,5 @@ --- title: "给应用注入数据" weight: 30 +description: 给你的工作负载 Pod 指定配置和其他数据。 --- diff --git a/content/zh/docs/tasks/job/_index.md b/content/zh/docs/tasks/job/_index.md index 498d5013f9..3f2ac22fe8 100644 --- a/content/zh/docs/tasks/job/_index.md +++ b/content/zh/docs/tasks/job/_index.md @@ -1,4 +1,5 @@ --- title: "运行 Jobs" weight: 50 +description: 使用并行处理运行 Jobs。 --- diff --git a/content/zh/docs/tasks/manage-daemon/_index.md b/content/zh/docs/tasks/manage-daemon/_index.md index 60765b5da7..fbe5bca836 100644 --- a/content/zh/docs/tasks/manage-daemon/_index.md +++ b/content/zh/docs/tasks/manage-daemon/_index.md @@ -1,4 +1,5 @@ --- title: "管理集群守护进程" weight: 130 +description: 执行 DaemonSet 管理的常见任务,例如执行滚动更新。 --- diff --git a/content/zh/docs/tasks/manage-hugepages/scheduling-hugepages.md b/content/zh/docs/tasks/manage-hugepages/scheduling-hugepages.md index c6f6e5747e..805a055868 100644 --- a/content/zh/docs/tasks/manage-hugepages/scheduling-hugepages.md +++ b/content/zh/docs/tasks/manage-hugepages/scheduling-hugepages.md @@ -3,6 +3,7 @@ reviewers: - derekwaynecarr title: 管理巨页(HugePages) content_type: task +description: 将大页配置和管理为集群中的可调度资源。 ---