ZH-trans: Update content/en/docs/tasks/inject-data-application/... (#11860)

* ZH-trans: Update content/en/docs/tasks/inject-data-application/...

ZH-trans: Update content/en/docs/tasks/inject-data-application/...

* Update define-command-argument-container.md

* Update distribute-credentials-secure.md
This commit is contained in:
lIuDuI
2018-12-24 21:11:47 +08:00
committed by Kubernetes Prow Robot
parent a33ae0f00c
commit 2448c0152c
3 changed files with 95 additions and 31 deletions
@@ -43,7 +43,7 @@ content_template: templates/task
**注意:** 本示例中的字段是Pod字段,不是Pod中容器的字段。
{{< /note >}}
创建Pod
创建 Pod
```shell
kubectl create -f https://k8s.io/cn/docs/tasks/inject-data-application/dapi-volume.yaml
@@ -61,7 +61,10 @@ kubectl get pods
kubectl logs kubernetes-downwardapi-volume-example
```
输出显示`labels``annotations`文件的内容:
<!--
The output shows the contents of the labels file and the annotations file:
-->
输出显示 `labels``annotations` 文件的内容:
```shell
cluster="test-cluster1"