kubeflow / spark-operator

Kubernetes operator for managing the lifecycle of Apache Spark applications on Kubernetes.
Apache License 2.0
2.77k stars 1.37k forks source link

Add port detection function in hostnetwork mode to avoid port conflicts #1301

Open lixiaolx opened 3 years ago

lixiaolx commented 3 years ago

When using hostnetwork modle , a single host is configured with multiple pods, but each host can only start one pod, and the following pods are always pending.

By checking the log, the specific reason is that there is a port conflict and the subsequent pods cannot be started.

Can you support port detection and management in hotnetwork mode to achieve dynamic port allocation?

github-actions[bot] commented 2 weeks ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.