kubectl-*: move .yaml inside token syntax (#8856)
This commit is contained in:

committed by
GitHub

parent
98bd79e862
commit
d060e04960
@@ -21,4 +21,4 @@
|
|||||||
|
|
||||||
- Show details of Kubernetes objects defined in a YAML manifest:
|
- Show details of Kubernetes objects defined in a YAML manifest:
|
||||||
|
|
||||||
`kubectl describe -f {{path/to/manifest}}.yaml`
|
`kubectl describe -f {{path/to/manifest.yaml}}`
|
||||||
|
@@ -29,4 +29,4 @@
|
|||||||
|
|
||||||
- Get Kubernetes objects defined in a YAML manifest:
|
- Get Kubernetes objects defined in a YAML manifest:
|
||||||
|
|
||||||
`kubectl get -f {{path/to/manifest}}.yaml`
|
`kubectl get -f {{path/to/manifest.yaml}}`
|
||||||
|
Reference in New Issue
Block a user