pod spec of volcano job and sysctl
pod spec of volcano job
https://github.com/volcano-sh/volcano/blob/v1.3.0/pkg/controllers/job/job_controller_util.go
1 | import ( |
sysctl of pod spec
https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/
1 | apiVersion: v1 |
find out current ip local port range
1 | cat /proc/sys/net/ipv4/ip_local_port_range |
Note: ip_local_port_range and ip_local_reserved_ports settings are independent and both are considered by the kernel when determining which ports are available for automatic port assignments.