mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
update commented examples just remove $
This commit is contained in:
@@ -50,10 +50,10 @@ kubectl explain RESOURCE
|
||||
|
||||
```
|
||||
# Get the documentation of the resource and its fields
|
||||
$ kubectl explain pods
|
||||
kubectl explain pods
|
||||
|
||||
# Get the documentation of a specific field of a resource
|
||||
$ kubectl explain pods.spec.containers
|
||||
kubectl explain pods.spec.containers
|
||||
```
|
||||
|
||||
### Options
|
||||
@@ -94,7 +94,7 @@ $ kubectl explain pods.spec.containers
|
||||
|
||||
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
|
||||
|
||||
###### Auto generated by spf13/cobra on 24-Nov-2015
|
||||
###### Auto generated by spf13/cobra on 29-Feb-2016
|
||||
|
||||
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
||||
[]()
|
||||
|
||||
Reference in New Issue
Block a user