Explorar o código

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

K.B.Dharun Krishna %!s(int64=2) %!d(string=hai) anos
pai
achega
d060e04960
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      pages/common/kubectl-describe.md
  2. 1 1
      pages/common/kubectl-get.md

+ 1 - 1
pages/common/kubectl-describe.md

@@ -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}}`

+ 1 - 1
pages/common/kubectl-get.md

@@ -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}}`