Fixes upper case letters in kubectl examples
This commit is contained in:
@@ -47,13 +47,13 @@ kubectl attach POD -c CONTAINER
|
||||
### Examples
|
||||
|
||||
```
|
||||
# get output from running pod 123456-7890, using the first container by default
|
||||
# Get output from running pod 123456-7890, using the first container by default
|
||||
$ kubectl attach 123456-7890
|
||||
|
||||
# get output from ruby-container from pod 123456-7890
|
||||
# Get output from ruby-container from pod 123456-7890
|
||||
$ kubectl attach 123456-7890 -c ruby-container date
|
||||
|
||||
# switch to raw terminal mode, sends stdin to 'bash' in ruby-container from pod 123456-780
|
||||
# Switch to raw terminal mode, sends stdin to 'bash' in ruby-container from pod 123456-780
|
||||
# and sends stdout/stderr from 'bash' back to the client
|
||||
$ kubectl attach 123456-7890 -c ruby-container -i -t
|
||||
```
|
||||
@@ -99,7 +99,7 @@ $ kubectl attach 123456-7890 -c ruby-container -i -t
|
||||
|
||||
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
|
||||
|
||||
###### Auto generated by spf13/cobra at 2015-08-21 17:18:05.165905157 +0000 UTC
|
||||
###### Auto generated by spf13/cobra at 2015-09-02 09:55:50.948089316 +0000 UTC
|
||||
|
||||
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
||||
[]()
|
||||
|
Reference in New Issue
Block a user