浏览代码

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

K.B.Dharun Krishna 2 年之前
父节点
当前提交
d060e04960
共有 2 个文件被更改,包括 2 次插入2 次删除
  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}}`