6.7. 我看到 提供的 local_queue 不存在 错误消息
问题
运行 cluster.up () 命令后,会显示以下错误:
local_queue provided does not exist or is not in this namespace. Please provide the correct local_queue name in Cluster Configuration.
local_queue provided does not exist or is not in this namespace. Please provide the correct local_queue name in Cluster Configuration.
诊断
为集群配置中的本地队列指定不正确的值,或者定义了不正确的默认本地队列。指定的本地队列不存在,或者存在于不同的命名空间中。
解决方案
- 在 OpenShift 控制台中,从 Project 列表中选择您的项目。
- 单击 Search,然后从 Resources 列表中选择 LocalQueue。
使用以下方法之一解决这个问题:
-
如果存在本地队列,请确保在集群配置中正确拼写本地队列名称,并且集群配置中的
namespace值与您的项目名称匹配。如果您没有在集群配置中指定命名空间值,则会在当前项目中创建 Ray 集群。 - 如果没有本地队列,请联系您的管理员请求协助。
-
如果存在本地队列,请确保在集群配置中正确拼写本地队列名称,并且集群配置中的