Running into this problem when scheduling a pod.
1 node(s) didn't have free ports for the requested pod ports.
How can I see which pod on the node has a conflicting hostPort declaration?
EDIT: I opened a PR against Kubernetes adding the port conflict into the error. So if that gets merged, that'll be the answer I guess.