From 5a142d5bd6b0e143030d951da6cbd64108ffe24a Mon Sep 17 00:00:00 2001 From: Gekho457 <62982571+Gekho457@users.noreply.github.com> Date: Mon, 14 Dec 2020 20:49:41 -0800 Subject: [PATCH] Use nightly images in all kubernetes examples. (#12868) --- python/ray/autoscaler/kubernetes/defaults.yaml | 4 ++-- python/ray/autoscaler/kubernetes/example-full.yaml | 4 ++-- python/ray/autoscaler/kubernetes/example-ingress.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python/ray/autoscaler/kubernetes/defaults.yaml b/python/ray/autoscaler/kubernetes/defaults.yaml index 8ba0b24fd..beadf1668 100644 --- a/python/ray/autoscaler/kubernetes/defaults.yaml +++ b/python/ray/autoscaler/kubernetes/defaults.yaml @@ -142,7 +142,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/ray + image: rayproject/ray:nightly # Do not change this command - it keeps the pod alive until it is # explicitly killed. command: ["/bin/bash", "-c", "--"] @@ -215,7 +215,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/ray + image: rayproject/ray:nightly # Do not change this command - it keeps the pod alive until it is # explicitly killed. command: ["/bin/bash", "-c", "--"] diff --git a/python/ray/autoscaler/kubernetes/example-full.yaml b/python/ray/autoscaler/kubernetes/example-full.yaml index 17f63f606..764048e1c 100644 --- a/python/ray/autoscaler/kubernetes/example-full.yaml +++ b/python/ray/autoscaler/kubernetes/example-full.yaml @@ -142,7 +142,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/ray + image: rayproject/ray:nightly # Do not change this command - it keeps the pod alive until it is # explicitly killed. command: ["/bin/bash", "-c", "--"] @@ -215,7 +215,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/ray + image: rayproject/ray:nightly # Do not change this command - it keeps the pod alive until it is # explicitly killed. command: ["/bin/bash", "-c", "--"] diff --git a/python/ray/autoscaler/kubernetes/example-ingress.yaml b/python/ray/autoscaler/kubernetes/example-ingress.yaml index 358dd09a3..47afaeff1 100644 --- a/python/ray/autoscaler/kubernetes/example-ingress.yaml +++ b/python/ray/autoscaler/kubernetes/example-ingress.yaml @@ -146,7 +146,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/ray + image: rayproject/ray:nightly # Do not change this command - it keeps the pod alive until it is # explicitly killed. command: ["/bin/bash", "-c", "--"] @@ -221,7 +221,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/ray + image: rayproject/ray:nightly # Do not change this command - it keeps the pod alive until it is # explicitly killed. command: ["/bin/bash", "-c", "--"]