k8s批量删除pod
kubectl delete pod $(kubectl get pod -n iot | grep broker | awk '{print $1}') -n iot
@kubectl delete pod $$(kubectl get pod -n iot | grep $(IMAGE_NAME) | awk '{print $$1}') -n iot