Uploaded diagrams for illustrating basic pod architecture.

pull/539/head
Terrence Ryan 2016-05-19 14:05:49 -07:00
parent c791415c4c
commit 3ce8c0d8a9
6 changed files with 12929 additions and 0 deletions

View File

@ -157,6 +157,8 @@ JSON,json,pod-sample.json,/docs/user-guide/pods/pod-sample.json
YAML,yaml,pod-sample.yaml,/docs/user-guide/pods/pod-sample.yaml{% endcapture %} YAML,yaml,pod-sample.yaml,/docs/user-guide/pods/pod-sample.yaml{% endcapture %}
{% include tabs.html %} {% include tabs.html %}
![image](/images/docs/pods/multi-container_1.svg)
## Viewing a pod ## Viewing a pod
{% include_relative _viewing-a-pod.md %} {% include_relative _viewing-a-pod.md %}

View File

@ -58,6 +58,8 @@ Where:
the format `run=NAME`. This is used by the Deployment the format `run=NAME`. This is used by the Deployment
to target the pods created by the command. to target the pods created by the command.
![image](/images/docs/pods/single-container_1.svg)
There are additional flags that can be specified. For a complete list, run: There are additional flags that can be specified. For a complete list, run:
$ kubectl run --help $ kubectl run --help

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 43 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 24 KiB