Robert Neumayer

Results 19 comments of Robert Neumayer

It's super nice this is being discussed. If it helps the workaround I have for now is: * have a task to build and test docker images (docker build &&...

I redid @vito's kaniko experiments, for me there's a few disadvantages: * kaniko seems still a bit early (like you mentioned with the caching and multi stage builds). I agree...

@dlorenc I think you are right, I must have used some old image at some point in my experiments, I don't seem to be able to reproduce the privilege issue.

The variable is not mandatory any longer... after the next release of the mysql-router image. So my mistake for creating a race condition here. If you re-add the MYSQL_INNODB_NUM_MEMBERS=3 I...

Can you post the docker and docker-compose versions you are using? I have the following, and can start everything with a simple "docker-compose up": docker-compose version 1.23.2 Docker version 18.09.0-ce...

You are using a custom network? It depends a lot on how that network is created and if it fits your needs. Does the compose file work with docker-compose? Docker-compose...

Please post the detailed error messages and I can try have a look. Also post the output when running without volumes and what server version you are running.

I think the example starts a new, temporary cluster only and state does not get carried over restarts.

I'm not an expert on mysql cluster myself. But if I recall correctly (it's been a while I was looking into this), removing all the nodes from the cluster (which...