我创建了一个由一个主代理和两个代理组成的mesos集群。我正在使用pymesosapi连接到集群并在集群上启动任务。
问题是我可以在创建集群时使用用户名启动任务。但是如果我使用其他用户名启动任务,它将无法启动任务。
有没有一种方法我可以提供访问其他用户以及?我尝试过使用--acls选项,但没有用。非常感谢您的帮助。
我在mesos日志中收到以下消息:
I0723 23:13:25.683013 6137 slave.cpp:2504] Authorizing task '1' for framework 0456cb9d-6cc2-4073-a969-5e1eef5f71ec-0000
I0723 23:13:25.683070 6137 slave.cpp:9464] Authorizing framework principal 'principal1' to launch task 1
I0723 23:13:25.683796 6143 slave.cpp:2977] Launching task '1' for framework 0456cb9d-6cc2-4073-a969-5e1eef5f71ec-0000
I0723 23:13:25.684286 6143 paths.cpp:817] Creating sandbox '$mesos-workspace/slaves/0456cb9d-6cc2-4073-a969-5e1eef5f71ec-S0/frameworks/0456cb9d-6cc2-4073-a969-5e1eef5f71ec-0000/executors/1/runs/145b9fc6-067a-447f-ade9-a088e25aa4ff' for user 'other_username'
I0723 23:13:25.712985 6143 slave.cpp:5737] Handling status update TASK_LOST (Status UUID: c0a25fcd-2b0d-4ade-86bf-4f10c9b5730e) for task 1 of framework 0456cb9d-6cc2-4073-a969-5e1eef5f71ec-0000 from @0.0.0.0:0
W0723 23:13:25.713097 6143 slave.cpp:5888] Could not find the executor for status update TASK_LOST (Status UUID: c0a25fcd-2b0d-4ade-86bf-4f10c9b5730e) for task 1 of framework 0456cb9d-6cc2-4073-a969-5e1eef5f71ec-0000
I0723 23:13:25.713580 6143 slave.cpp:7096] Cleaning up framework 0456cb9d-6cc2-4073-a969-5e1eef5f71ec-0000
暂无答案!
目前还没有任何答案,快来回答吧!