mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
update commented examples just remove $
This commit is contained in:
@@ -51,10 +51,10 @@ kubectl create -f FILENAME
|
||||
|
||||
```
|
||||
# Create a pod using the data in pod.json.
|
||||
$ kubectl create -f ./pod.json
|
||||
kubectl create -f ./pod.json
|
||||
|
||||
# Create a pod based on the JSON passed into stdin.
|
||||
$ cat pod.json | kubectl create -f -
|
||||
cat pod.json | kubectl create -f -
|
||||
```
|
||||
|
||||
### Options
|
||||
@@ -103,7 +103,7 @@ $ cat pod.json | kubectl create -f -
|
||||
* [kubectl create namespace](kubectl_create_namespace.md) - Create a namespace with the specified name.
|
||||
* [kubectl create secret](kubectl_create_secret.md) - Create a secret using specified subcommand.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Feb-2016
|
||||
###### Auto generated by spf13/cobra on 29-Feb-2016
|
||||
|
||||
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
||||
[]()
|
||||
|
||||
Reference in New Issue
Block a user