Consider I have 10 containers in my POD.
I have added startUpProbe for 3 containers.
If I delete my POD, before Probe is completed sucessfully (Which means those containers are not in READY state)
Deleting Pod should send SIGTERM signal to all the containers to down it gracefully.
Will SIGTERM send to 3 containers where am using probes that are not yet completed ?