mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
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:
commit
ffb2dc2e02
@ -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`)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user