From 045fed5cd241c2c290e08d766e7487aaaab19759 Mon Sep 17 00:00:00 2001 From: Aaron Miller Date: Fri, 6 Nov 2020 14:35:21 -0800 Subject: [PATCH] [examples] comment out `rsync_` settings for K8S (#11862) --- python/ray/autoscaler/kubernetes/defaults.yaml | 4 ++-- python/ray/autoscaler/kubernetes/example-full.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/ray/autoscaler/kubernetes/defaults.yaml b/python/ray/autoscaler/kubernetes/defaults.yaml index 5c93c19aa..4a5ff7e9b 100644 --- a/python/ray/autoscaler/kubernetes/defaults.yaml +++ b/python/ray/autoscaler/kubernetes/defaults.yaml @@ -277,13 +277,13 @@ file_mounts_sync_continuously: False # Patterns for files to exclude when running rsync up or rsync down. # This is not supported on kubernetes. -rsync_exclude: [] +# rsync_exclude: [] # Pattern files to use for filtering out files when running rsync up or rsync down. The file is searched for # in the source directory and recursively through all subdirectories. For example, if .gitignore is provided # as a value, the behavior will match git's behavior for finding and using .gitignore files. # This is not supported on kubernetes. -rsync_filter: [] +# rsync_filter: [] # List of commands that will be run before `setup_commands`. If docker is diff --git a/python/ray/autoscaler/kubernetes/example-full.yaml b/python/ray/autoscaler/kubernetes/example-full.yaml index 6efd6ddf3..2098c8a2c 100644 --- a/python/ray/autoscaler/kubernetes/example-full.yaml +++ b/python/ray/autoscaler/kubernetes/example-full.yaml @@ -277,13 +277,13 @@ file_mounts_sync_continuously: False # Patterns for files to exclude when running rsync up or rsync down. # This is not supported on kubernetes. -rsync_exclude: [] +# rsync_exclude: [] # Pattern files to use for filtering out files when running rsync up or rsync down. The file is searched for # in the source directory and recursively through all subdirectories. For example, if .gitignore is provided # as a value, the behavior will match git's behavior for finding and using .gitignore files. # This is not supported on kubernetes. -rsync_filter: [] +# rsync_filter: [] # List of commands that will be run before `setup_commands`. If docker is # enabled, these commands will run outside the container and before docker