Merge pull request #40187 from tianshapjq/adjust-delete-pod-uid-helpinfo

Automatic merge from submit-queue (batch tested with PRs 40187, 40231, 40152)

remove the delete-pod-uid spec

**What this PR does / why we need it**:
remove the specifications about "kubectl delete pod uid" cause it's no longer supported.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #40121
This commit is contained in:
Kubernetes Submit Queue 2017-01-20 13:29:45 -08:00 committed by GitHub
commit ffb2dc2e02

View File

@ -82,9 +82,6 @@ var (
# Force delete a pod on a dead node # Force delete a pod on a dead node
kubectl delete pod foo --grace-period=0 --force kubectl delete pod foo --grace-period=0 --force
# Delete a pod with UID 1234-56-7890-234234-456456.
kubectl delete pod 1234-56-7890-234234-456456
# Delete all pods # Delete all pods
kubectl delete pods --all`) kubectl delete pods --all`)
) )