From e37b117a3f4d1fe2d63ca9061e41c5950da9697c Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Mon, 16 Mar 2020 13:24:35 +0900 Subject: [PATCH] remove example of deprecated option: kubectl get --export (#19336) --- content/en/docs/reference/kubectl/cheatsheet.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/docs/reference/kubectl/cheatsheet.md b/content/en/docs/reference/kubectl/cheatsheet.md index 83a553e5e1..6269c5c362 100644 --- a/content/en/docs/reference/kubectl/cheatsheet.md +++ b/content/en/docs/reference/kubectl/cheatsheet.md @@ -148,7 +148,6 @@ kubectl get pods -o wide # List all pods in the current nam kubectl get deployment my-dep # List a particular deployment kubectl get pods # List all pods in the namespace kubectl get pod my-pod -o yaml # Get a pod's YAML -kubectl get pod my-pod -o yaml --export # Get a pod's YAML without cluster specific information # Describe commands with verbose output kubectl describe nodes my-node