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: 列出集群中所有运行容器的镜像
content_template: templates/task
content_type: task
weight: 100
---
<!--
---
title: List All Container Images Running in a Cluster
content_template: templates/task
content_type: task
weight: 100
---
-->
{{% capture overview %}}
<!-- overview -->
<!--
This page shows how to use kubectl to list all of the Container images
@@ -20,15 +20,16 @@ for Pods running in a cluster.
-->
本文展示如何使用 kubectl 来列出集群中所有运行 pod 的容器的镜像
{{% /capture %}}
{{% capture prerequisites %}}
## {{% heading "prerequisites" %}}
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
{{% /capture %}}
{{% capture steps %}}
<!-- steps -->
<!--
In this exercise you will use kubectl to fetch all of the Pods
@@ -170,13 +171,14 @@ kubectl get pods --all-namespaces -o go-template --template="{{range .items}}{{r
{{% /capture %}}
{{% capture discussion %}}
{{% /capture %}}
<!-- discussion -->
## {{% heading "whatsnext" %}}
{{% capture whatsnext %}}
<!--
### Reference
@@ -189,6 +191,6 @@ kubectl get pods --all-namespaces -o go-template --template="{{range .items}}{{r
* [Jsonpath](/docs/user-guide/jsonpath/) 参考指南
* [Go template](https://golang.org/pkg/text/template/) 参考指南
{{% /capture %}}