Merge pull request #13646 from Huawei-PaaS/fixed_a_markdown_error_in_getting_into_containers_md

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-09-08 09:32:57 -07:00
commit 3a04f7eafa

View File

@ -30,7 +30,9 @@ Documentation for other releases can be found at
<!-- END STRIP_FOR_RELEASE -->
<!-- END MUNGE: UNVERSIONED_WARNING -->
#Getting into containers: kubectl exec
# Getting into containers: kubectl exec
Developers can use `kubectl exec` to run commands in a container. This guide demonstrates two use cases.
## Using kubectl exec to check the environment variables of a container