Commit ffb2dc2e authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents 85d328f8 69946cf8
......@@ -82,9 +82,6 @@ var (
# Force delete a pod on a dead node
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
kubectl delete pods --all`)
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment