Unsubscribe

2021-02-18 Thread Jose Nunez
CONFIDENTIALITY / PRIVILEGE NOTICE: This transmission and any attachments are intended solely for the addressee. This transmission is covered by the Electronic Communications Privacy Act, 18 U.S.C ''2510-2521. The information contained in this transmission is

RE: Docker registry without HTTPS

2020-08-28 Thread Jose Nunez
see [1] line 158. It uses Subprocess and calls > ‘curl’ which should yield calling the curl that is installed in the OS. That > should be the same curl that is available to users in the console. > > Thanks, > Ben > > > > (1) > https://github.com/apache/mesos/blob/master/sr

RE: Docker registry without HTTPS

2020-08-27 Thread Jose Nunez
On 27. Aug 2020, at 16:06, Jose Nunez wrote: > > Hello, > > I do not use Mesos currently but this is what I did in the Docker settings. > > If you don't care about encryption you can tell docker to use an insecure > registry. On /etc/docker/daemon.json: >

RE: Docker registry without HTTPS

2020-08-27 Thread Jose Nunez
Hello, I do not use Mesos currently but this is what I did in the Docker settings. If you don't care about encryption you can tell docker to use an insecure registry. On /etc/docker/daemon.json: { "insecure-registries" : [ "myregistrymachine.domain:port" ], "features": {

RE: Mesos master issues with Zookeper on Fedora 29, RPM distribution: ZOO_ERROR@handle_socket_error_msg@1758: Socket [127.0.0.1:2181] zk retcode=-4,

2020-06-07 Thread Jose Nunez
, --Jose From: Jose Nunez Sent: Saturday, June 6, 2020 11:22 PM To: user@mesos.apache.org Subject: Mesos master issues with Zookeper on Fedora 29, RPM distribution: ZOO_ERROR@handle_socket_error_msg@1758: Socket [127.0.0.1:2181] zk retcode=-4, Hello Mesos experts, I'm trying to setup a master

Mesos master issues with Zookeper on Fedora 29, RPM distribution: ZOO_ERROR@handle_socket_error_msg@1758: Socket [127.0.0.1:2181] zk retcode=-4,

2020-06-06 Thread Jose Nunez
Hello Mesos experts, I'm trying to setup a master with two slaves on Fedora 29, using the RPM installation. I do have the following problems: 1. I cannot connect to my master on http://mymaster:5050. I get a connection error 2. Checking the logs I do see the following error message