From 4211150743126ae8c628a26bf670213a04793887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandra=20Tatarevi=C4=87ov=C3=A1?= Date: Wed, 29 Sep 2021 14:30:56 +0200 Subject: [PATCH] Set ray backend log level to fatal --- deploy/charts/ray/Chart.yaml | 2 +- deploy/charts/ray/templates/raycluster.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy/charts/ray/Chart.yaml b/deploy/charts/ray/Chart.yaml index c7562ac34df5..625a9a93d876 100644 --- a/deploy/charts/ray/Chart.yaml +++ b/deploy/charts/ray/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for deployments of Ray on Kubernetes. type: application # Chart version. -version: 0.1.0-12 +version: 0.1.0-13 # Ray version. appVersion: "latest" diff --git a/deploy/charts/ray/templates/raycluster.yaml b/deploy/charts/ray/templates/raycluster.yaml index 6b7222c7c1df..9be110648cfa 100644 --- a/deploy/charts/ray/templates/raycluster.yaml +++ b/deploy/charts/ray/templates/raycluster.yaml @@ -67,6 +67,8 @@ spec: - name: AUTOSCALER_MAX_NUM_FAILURES value: inf {{- end }} + - name: RAY_BACKEND_LOG_LEVEL + value: fatal # This volume allocates shared memory for Ray to use for its plasma # object store. If you do not provide this, Ray will fall back to # /tmp which cause slowdowns if is not a shared memory volume.