Add missing description for each subjects in /zh/docs/tasks
parent
a396460d95
commit
ddfc79d5b8
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: 访问集群中的应用程序
|
||||
weight: 60
|
||||
description: 配置负载平衡、端口转发或设置防火墙或 DNS 配置,以访问集群中的应用程序。
|
||||
---
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: "管理集群"
|
||||
weight: 20
|
||||
description: 了解管理集群的常见任务。
|
||||
---
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: "配置 Pods 和容器"
|
||||
weight: 20
|
||||
description: 对 Pod 和容器执行常见的配置任务。
|
||||
---
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: "监控、日志和排错"
|
||||
weight: 80
|
||||
description: 设置监视和日志记录以对集群进行故障排除或调试容器化应用。
|
||||
---
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: "给应用注入数据"
|
||||
weight: 30
|
||||
description: 给你的工作负载 Pod 指定配置和其他数据。
|
||||
---
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: "运行 Jobs"
|
||||
weight: 50
|
||||
description: 使用并行处理运行 Jobs。
|
||||
---
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: "管理集群守护进程"
|
||||
weight: 130
|
||||
description: 执行 DaemonSet 管理的常见任务,例如执行滚动更新。
|
||||
---
|
||||
|
|
|
@ -3,6 +3,7 @@ reviewers:
|
|||
- derekwaynecarr
|
||||
title: 管理巨页(HugePages)
|
||||
content_type: task
|
||||
description: 将大页配置和管理为集群中的可调度资源。
|
||||
---
|
||||
<!--
|
||||
---
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: "管理 Kubernetes 对象"
|
||||
weight: 25
|
||||
description: 用声明式和命令式范型与 Kubernetes API 交互。
|
||||
---
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: "网络"
|
||||
weight: 160
|
||||
description: 了解如何为你的集群配置网络。
|
||||
---
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: "运行应用"
|
||||
weight: 40
|
||||
description: 运行和管理无状态和有状态的应用程序。
|
||||
---
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: "安装服务目录"
|
||||
weight: 150
|
||||
description: 安装服务目录扩展 API 。
|
||||
---
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: "TLS"
|
||||
weight: 100
|
||||
description: 了解如何使用传输层安全性( TLS )保护集群中的流量。
|
||||
---
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: "安装工具"
|
||||
weight: 10
|
||||
description: 在你的计算机上设置 Kubernetes 工具。
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue