modules icon indicating copy to clipboard operation
modules copied to clipboard

Mesos modules examples and open source modules outside of the Apache Mesos source tree.

Results 5 modules issues
Sort by recently updated
recently updated
newest added

Add a new module to resolve secrets from hashicorp vault. This module is compatible with approle (recommended) and token methods. Sample configuration ``` { "libraries": [ { "file": "/usr/lib/mesos/modules/libvaultsecretsresolver.so", "modules":...

Update isolator module prototype for mesos1.11+

Hello! I followed your Readme, but when I try to start the master with the hook module TestHook, the execution fails with this message: Error loading modules: Error verifying module...

Use the built-in picojson git submodule instead of system-wide picojson

I think README is outdated. It doesn't provide step by step directions how to build modules. Please add information about dependencies and fix Makefile to prevent follwoing issues > cc1plus:...