Skip to content

Commit 8fa9fdd

Browse files
authored
Merge pull request #23938 from howieyuen/task-description
Add missing descriptions for /zh/docs/tasks
2 parents 6505788 + ddfc79d commit 8fa9fdd

File tree

14 files changed

+14
-0
lines changed

14 files changed

+14
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
title: 访问集群中的应用程序
33
weight: 60
4+
description: 配置负载平衡、端口转发或设置防火墙或 DNS 配置,以访问集群中的应用程序。
45
---
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
title: "管理集群"
33
weight: 20
4+
description: 了解管理集群的常见任务。
45
---
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
title: "配置 Pods 和容器"
33
weight: 20
4+
description: 对 Pod 和容器执行常见的配置任务。
45
---
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
title: "监控、日志和排错"
33
weight: 80
4+
description: 设置监视和日志记录以对集群进行故障排除或调试容器化应用。
45
---
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
title: "给应用注入数据"
33
weight: 30
4+
description: 给你的工作负载 Pod 指定配置和其他数据。
45
---

content/zh/docs/tasks/job/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
title: "运行 Jobs"
33
weight: 50
4+
description: 使用并行处理运行 Jobs。
45
---
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
title: "管理集群守护进程"
33
weight: 130
4+
description: 执行 DaemonSet 管理的常见任务,例如执行滚动更新。
45
---

content/zh/docs/tasks/manage-hugepages/scheduling-hugepages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ reviewers:
33
- derekwaynecarr
44
title: 管理巨页(HugePages)
55
content_type: task
6+
description: 将大页配置和管理为集群中的可调度资源。
67
---
78
<!--
89
---
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
title: "管理 Kubernetes 对象"
33
weight: 25
4+
description: 用声明式和命令式范型与 Kubernetes API 交互。
45
---
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
title: "网络"
33
weight: 160
4+
description: 了解如何为你的集群配置网络。
45
---

0 commit comments

Comments
 (0)