Fixes upper case letters in kubectl examples

This commit is contained in:
feihujiang
2015-09-02 17:56:29 +08:00
parent 9c4802420b
commit 0427711c42
18 changed files with 60 additions and 60 deletions

View File

@@ -48,10 +48,10 @@ kubectl run NAME --image=image [--port=port] [--replicas=replicas] [--dry-run=bo
### Examples
```
# Starts a single instance of nginx.
# Start a single instance of nginx.
$ kubectl run nginx --image=nginx
# Starts a replicated instance of nginx.
# Start a replicated instance of nginx.
$ kubectl run nginx --image=nginx --replicas=5
# Dry run. Print the corresponding API objects without creating them.
@@ -127,7 +127,7 @@ $ kubectl run nginx --image=nginx --command -- <cmd> <arg1> ... <argN>
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-08-26 09:03:39.976311407 +0000 UTC
###### Auto generated by spf13/cobra at 2015-09-02 09:55:50.948932668 +0000 UTC
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/user-guide/kubectl/kubectl_run.md?pixel)]()