Update overview toc in chinese. (#15737)
parent
8344dda2f6
commit
c5add88844
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "概述"
|
||||
weight: 20
|
||||
---
|
|
@ -6,6 +6,7 @@ redirect_from:
|
|||
- "/docs/admin/cluster-components/"
|
||||
- "/docs/admin/cluster-components.html"
|
||||
content_template: templates/concept
|
||||
weight: 20
|
||||
---
|
||||
{{% capture overview %}}
|
||||
本文档概述了 Kubernetes 所需的各种二进制组件, 用于提供齐全的功能。
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
---
|
||||
title: Kubernetes API
|
||||
weight: 30
|
||||
---
|
||||
|
||||
# Kubernetes API 概述
|
||||
|
||||
[API协议文档](https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md)描述了主系统和API概念。
|
||||
|
|
|
@ -3,6 +3,7 @@ approvers:
|
|||
- k8s-merge-robot
|
||||
|
||||
title: 认识 Kubernetes?
|
||||
weight: 10
|
||||
---
|
||||
|
||||
Kubernetes 是一个跨主机集群的 [开源的容器调度平台,它可以自动化应用容器的部署、扩展和操作](http://www.slideshare.net/BrianGrant11/wso2con-us-2015-kubernetes-a-platform-for-automating-deployment-scaling-and-operations) , 提供以容器为中心的基础架构。
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "使用 Kubernetes 对象"
|
||||
weight: 40
|
||||
---
|
|
@ -5,6 +5,7 @@ redirect_from:
|
|||
- "/docs/concepts/abstractions/overview/"
|
||||
- "/docs/concepts/abstractions/overview.html"
|
||||
content_template: templates/concept
|
||||
weight: 10
|
||||
---
|
||||
|
||||
{{% capture overview %}}
|
||||
|
|
Loading…
Reference in New Issue