You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSON configuration can either be a plain string or a file reference, but either way, the ACL is configured at the time the Mesos master is launched. So in the mini-mesos API, the ACL config needs to be passed to the new MesosCluster in the MesosClusterConfig argument.
mini-mesos can then pass the ACL as a JSON-formatted environment variable to Docker. These environment variables are then available in run.sh and are passed to the supervisord call, so the environment variables will also be available in supervisor.conf here, so we can substitute it as the --acls command-line argument there.
Resources should be requested as a role, else they are requested as *.
The role should be set for each resource requested. E.g. should be setRole in here:
https://github.com/mesos/elasticsearch/blob/master/scheduler/src/main/java/org/apache/mesos/elasticsearch/scheduler/Resources.java#L21
See Kafka for an example:
mesos/kafka@64b5a1d#diff-80847d72b150ee9db41881483cd67fc4R475
The text was updated successfully, but these errors were encountered: