1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

kubectl-*: move .yaml inside token syntax (#8856)

This commit is contained in:
K.B.Dharun Krishna 2022-10-12 20:18:05 +05:30 committed by GitHub
parent 98bd79e862
commit d060e04960
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,4 +21,4 @@
- Show details of Kubernetes objects defined in a YAML manifest:
`kubectl describe -f {{path/to/manifest}}.yaml`
`kubectl describe -f {{path/to/manifest.yaml}}`

View file

@ -29,4 +29,4 @@
- Get Kubernetes objects defined in a YAML manifest:
`kubectl get -f {{path/to/manifest}}.yaml`
`kubectl get -f {{path/to/manifest.yaml}}`