mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Typo in kubectl delete --help 111302
This commit is contained in:
parent
80c2a0fe39
commit
b7e82ad2fd
@ -84,7 +84,7 @@ var (
|
||||
kubectl delete -k dir
|
||||
|
||||
# Delete resources from all files that end with '.json' - i.e. expand wildcard characters in file names
|
||||
kubectl apply -f '*.json'
|
||||
kubectl delete -f '*.json'
|
||||
|
||||
# Delete a pod based on the type and name in the JSON passed into stdin
|
||||
cat pod.json | kubectl delete -f -
|
||||
|
Loading…
Reference in New Issue
Block a user