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