Giter Club home page Giter Club logo

mesosctl's People

Contributors

tobilg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

ralic emaxerrno

mesosctl's Issues

Old version of mesosctl at the npm repo

Hi,

if I install mesosctl from npm and try to start it I get the following error:

$ node --version
v6.3.1
$ npm --version
3.10.3
$ npm install [email protected]
[...]
$ echo $?
0
$ grep 'current version' node_modules/mesosctl/README.md
The current version is `0.1.0`, which is the initial release. We consider it as `alpha` and a developer preview.
$ ./node_modules/mesosctl/bin/mesosctl.js
(node:63621) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
fs.js:987
  return binding.stat(pathModule._makeLong(path));
                 ^

Error: ENOENT: no such file or directory, stat '/Users/temal/.mesosctl'
    at Error (native)
    at Object.fs.statSync (fs.js:987:18)
    at Object.mesosCtl.functions.ensureConfigStoragePath (/Users/temal/src/temp/mesosctl/node_modules/mesosctl/lib/mesosCtl.js:82:32)
    at module.exports (/Users/temal/src/temp/mesosctl/node_modules/mesosctl/modules/config.js:160:24)
    at Object.<anonymous> (/Users/temal/src/temp/mesosctl/node_modules/mesosctl/bin/mesosctl.js:5:38)
    at Module._compile (module.js:541:32)
    at Object.Module._extensions..js (module.js:550:10)
    at Module.load (module.js:458:32)
    at tryModuleLoad (module.js:417:12)
    at Function.Module._load (module.js:409:3)

It looks as if there is an old version sitting at the npm repo.

`config create` plain exits mesosctl

Hi,

if I run config create the application just plain exits with an exit code of 0. I couldn't figure out why, so I thought I better create an issue. ;)

Regards
Malte

SSL certificate isn't in the right place for `docker pull`

Hi,

me again. :)

cluster privision fails at some point with the following error:

Starting task setup
Starting task mesos-dns : Pull Mesos DNS image
-----------------------------------------------------------
Error(s) occurred:
-----------------------------------------------------------
fatal: [host-158221]: FAILED! => {"changed": false, "failed": true, "rc": 1, "stderr": "", "stdout": "Error response from daemon: Get https://registry:5000/v1/_ping: x509: certificate signed by unknown authority\r\n", "stdout_lines": ["Error response from daemon: Get https://registry:5000/v1/_ping: x509: certificate signed by unknown authority"]}

The certificate gets generated on the registry node but is

  1. not available to the local docker client on the registry node (/tmp/pull_and_push.sh fails because of the missing certificate)
  2. not available on all other nodes (I'm not sure if it is needed on master and agent nodes or only master nodes ...)

Maybe creating the private key + certificate locally is a better idea, because it might be easier to distribute them to all the nodes. Currently I've done it manually but doing it w/ ansible is obviously the way to go.

Manual steps:
copy registry:/opt/registry/certs/registry.crt to:
registry:/etc/docker/certs.d/registry:5000/ca.crt
master-nodes:/etc/docker/certs.d/registry:5000/ca.crt

BTW: It looks like you've put a hell lot of work into this project! Amazing!

Regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.