mirror of
https://github.com/wassname/ray.git
synced 2026-08-19 12:30:27 +08:00
[autoscaler] Add option to allow private ips only (#3270)
* merge * update * upd * Update python/ray/autoscaler/autoscaler.py Co-Authored-By: ericl <ekhliang@gmail.com> * Update python/ray/autoscaler/autoscaler.py Co-Authored-By: ericl <ekhliang@gmail.com> * Update python/ray/autoscaler/aws/config.py Co-Authored-By: ericl <ekhliang@gmail.com> * fix
This commit is contained in:
committed by
Philipp Moritz
parent
8894883153
commit
588705b6fa
@@ -69,6 +69,7 @@ CLUSTER_CONFIG_SCHEMA = {
|
||||
"project_id": (None, OPTIONAL), # gcp project id, if using gcp
|
||||
"head_ip": (str, OPTIONAL), # local cluster head node
|
||||
"worker_ips": (list, OPTIONAL), # local cluster worker nodes
|
||||
"use_internal_ips": (bool, OPTIONAL), # don't require public ips
|
||||
},
|
||||
REQUIRED),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user