diff --git a/python/ray/autoscaler/kubernetes/example-full.yaml b/python/ray/autoscaler/kubernetes/example-full.yaml index eeb91fd15..ba91ee9ae 100644 --- a/python/ray/autoscaler/kubernetes/example-full.yaml +++ b/python/ray/autoscaler/kubernetes/example-full.yaml @@ -153,7 +153,7 @@ head_node: # - rsync (used for `ray rsync` commands and file mounts) # - screen (used for `ray attach`) # - kubectl (used by the autoscaler to manage worker pods) - image: rayproject/autoscaler + image: rayproject/ray # Do not change this command - it keeps the pod alive until it is # explicitly killed. command: ["/bin/bash", "-c", "--"] @@ -226,7 +226,7 @@ worker_nodes: # You are free (and encouraged) to use your own container image, # but it should have the following installed: # - rsync (used for `ray rsync` commands and file mounts) - image: rayproject/autoscaler + image: rayproject/ray # Do not change this command - it keeps the pod alive until it is # explicitly killed. command: ["/bin/bash", "-c", "--"] @@ -293,7 +293,7 @@ worker_setup_commands: [] # Note webui-host is set to 0.0.0.0 so that kubernetes can port forward. head_start_ray_commands: - ray stop - - ulimit -n 65536; ray start --head --num-cpus=$MY_CPU_REQUEST --port=6379 --object-manager-port=8076 --autoscaling-config=~/ray_bootstrap_config.yaml --webui-host 0.0.0.0 + - ulimit -n 65536; ray start --head --num-cpus=$MY_CPU_REQUEST --port=6379 --object-manager-port=8076 --autoscaling-config=~/ray_bootstrap_config.yaml --dashboard-host 0.0.0.0 # Command to start ray on worker nodes. You don't need to change this. worker_start_ray_commands: diff --git a/python/ray/autoscaler/kubernetes/example-ingress.yaml b/python/ray/autoscaler/kubernetes/example-ingress.yaml index d0dcb2f3e..2c56a9b30 100644 --- a/python/ray/autoscaler/kubernetes/example-ingress.yaml +++ b/python/ray/autoscaler/kubernetes/example-ingress.yaml @@ -157,7 +157,7 @@ head_node: # - rsync (used for `ray rsync` commands and file mounts) # - screen (used for `ray attach`) # - kubectl (used by the autoscaler to manage worker pods) - image: rayproject/autoscaler + image: rayproject/ray # Do not change this command - it keeps the pod alive until it is # explicitly killed. command: ["/bin/bash", "-c", "--"] @@ -232,7 +232,7 @@ worker_nodes: # You are free (and encouraged) to use your own container image, # but it should have the following installed: # - rsync (used for `ray rsync` commands and file mounts) - image: rayproject/autoscaler + image: rayproject/ray # Do not change this command - it keeps the pod alive until it is # explicitly killed. command: ["/bin/bash", "-c", "--"] @@ -319,7 +319,7 @@ worker_setup_commands: [] # Note webui-host is set to 0.0.0.0 so that kubernetes can port forward. head_start_ray_commands: - ray stop - - ulimit -n 65536; ray start --head --num-cpus=$MY_CPU_REQUEST --port=6379 --object-manager-port=8076 --autoscaling-config=~/ray_bootstrap_config.yaml --webui-host 0.0.0.0 + - ulimit -n 65536; ray start --head --num-cpus=$MY_CPU_REQUEST --port=6379 --object-manager-port=8076 --autoscaling-config=~/ray_bootstrap_config.yaml --dashboard-host 0.0.0.0 # Command to start ray on worker nodes. You don't need to change this. worker_start_ray_commands: