mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 15:02:07 +02:00
kubectl-*: move .yaml inside token syntax (#8856)
This commit is contained in:
parent
98bd79e862
commit
d060e04960
2 changed files with 2 additions and 2 deletions
|
@ -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}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue