add zh pages

This commit is contained in:
Karen Bradshaw
2020-06-01 09:23:39 -04:00
parent 21fd0a12f9
commit 4b35d4d401
303 changed files with 2764 additions and 2439 deletions
@@ -1,18 +1,18 @@
---
title: 为命名空间配置内存和 CPU 配额
content_template: templates/task
content_type: task
weight: 50
---
<!--
---
title: Configure Memory and CPU Quotas for a Namespace
content_template: templates/task
content_type: task
weight: 50
---
-->
{{% capture overview %}}
<!-- overview -->
<!--
This page shows how to set quotas for the total amount memory and CPU that
@@ -25,10 +25,11 @@ object.
对象设置配额.
{{% /capture %}}
{{% capture prerequisites %}}
## {{% heading "prerequisites" %}}
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
@@ -38,10 +39,10 @@ Each node in your cluster must have at least 1 GiB of memory.
集群中每个节点至少有1 GiB的内存。
{{% /capture %}}
{{% capture steps %}}
<!-- steps -->
<!--
## Create a namespace
@@ -245,9 +246,10 @@ Delete your namespace:
kubectl delete namespace quota-mem-cpu-example
```
{{% /capture %}}
{{% capture whatsnext %}}
## {{% heading "whatsnext" %}}
<!--
### For cluster administrators
@@ -297,4 +299,4 @@ kubectl delete namespace quota-mem-cpu-example
* [为 Pod 配置 Service 数量](/docs/tasks/configure-pod-container/quality-service-pod/)
{{% /capture %}}