如何在马拉松中设置 "disable_http" 这是带有文件策略的标志参数

How can I set "disable_http" which is flag parameter with file strategy in marathon

我正在尝试添加没有值的文件 /etc/marathon/conf/disable_http,但出现此错误:

Error: Bad arguments for option 'disable_http': '' - too many arguments for flag option 

我试试,空文件,"enabled"值,"disabled"值,"true"。 谢谢

如果您使用的是 mesoshepere 提供的包,文件必须以 ? , 这样文件的内容就不会添加到命令行

https://github.com/mesosphere/marathon/blob/22a00d46fa1741e5c237f2e70e4180d53b3b127b/bin/marathon-framework#L42