remove example of deprecated option: kubectl get --export (#19336)

pull/19651/head
Naoki Oketani 2020-03-16 13:24:35 +09:00 committed by GitHub
parent 186b9e0186
commit e37b117a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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