Skip to content

Commit

Permalink
en: Remove kubectl duplicate example (kubernetes#18656)
Browse files Browse the repository at this point in the history
With kubernetes#16974 and the removal of --include-uninitialized flag, the
second
    and third examples of kubectl delete become equal, thus leading to
    duplication and being confusing. Suggest to remove the duplicate and
    replace it with another example in the future if needed.

    Observed in v1.16 and v1.17 documentation.

    Signed-off-by: Mariyan Dimitrov <[email protected]>
  • Loading branch information
merkata authored and wawa0210 committed Mar 2, 2020
1 parent 9862ff2 commit a24ab1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions content/en/docs/reference/kubectl/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,6 @@ kubectl delete -f pod.yaml
# Delete all the pods and services that have the label name=<label-name>.
kubectl delete pods,services -l name=<label-name>

# Delete all the pods and services that have the label name=<label-name>.
kubectl delete pods,services -l name=<label-name>

# Delete all pods, including uninitialized ones.
kubectl delete pods --all
```
Expand Down

0 comments on commit a24ab1c

Please sign in to comment.