Fix wrong format (#8740)

* style

* define-command-argument-container format
This commit is contained in:
chenhonggc
2018-05-25 14:58:34 +08:00
committed by k8s-ci-robot
parent 4cab117f42
commit 673b729451
2 changed files with 7 additions and 7 deletions
@@ -41,11 +41,11 @@ file for the Pod defines a command and two arguments:
1. Create a Pod based on the YAML configuration file:
kubectl create -f https://k8s.io/docs/tasks/inject-data-application/commands.yaml
kubectl create -f https://k8s.io/docs/tasks/inject-data-application/commands.yaml
1. List the running Pods:
kubectl get pods
kubectl get pods
The output shows that the container that ran in the command-demo Pod has
completed.
@@ -53,7 +53,7 @@ file for the Pod defines a command and two arguments:
1. To see the output of the command that ran in the container, view the logs
from the Pod:
kubectl logs command-demo
kubectl logs command-demo
The output shows the values of the HOSTNAME and KUBERNETES_PORT environment
variables: