Merge pull request #111315 from muyangren2/delete_bug
Typo in kubectl delete --help 111302 Kubernetes-commit: ec3e82acbf4c5a51736d961d6b86a243722bb28b
This commit is contained in:
commit
c813fbfd73
|
|
@ -84,7 +84,7 @@ var (
|
||||||
kubectl delete -k dir
|
kubectl delete -k dir
|
||||||
|
|
||||||
# Delete resources from all files that end with '.json' - i.e. expand wildcard characters in file names
|
# 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
|
# Delete a pod based on the type and name in the JSON passed into stdin
|
||||||
cat pod.json | kubectl delete -f -
|
cat pod.json | kubectl delete -f -
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue