Sébastien Allamand

Results 46 comments of Sébastien Allamand

Hi @dil-sthaens, can you check in the logs of the load balancer controller what happened ? If the load balancer controller was not created, this can be due to lots...

Thanks @francescou, I'll give a try to the git workflow and let you know. Do you activate create project from compose-ui in combination of git source for compose-projects ? Sébastien...

@francescou I tried with GIT url but got an error : ``` Stack Compose UI Recreating docker-compose-ui Attaching to docker-compose-ui docker-compose-ui | INFO:root:git repo: [email protected]:cloud/docker-compose-ui-projects.git docker-compose-ui | INFO:root:git clone [email protected]:cloud/docker-compose-ui-projects.git...

Hi, my problem may be occur cause of self-signed certificates problem for my gitlab instance. could we imagine allow to enable something like git config --system http.sslverify false ?

OK I Fix this by adding the env var GIT_SSL_NO_VERIFY when starting the container : ``` GIT_REPO: https://gitlab.net/cloud/docker-compose-ui-projects.git GIT_SSL_NO_VERIFY: 1 ``` This works for me I close the issue!

Sorry I reopen the thread I've got additional question : Even with a git workflow for compose-projects I would like to enable "ephemeral" project creation for users to quickly create/test...

Hi, In order to allow me to enable local update for testing purpose (letting know users that updates from UI is ephemeral and to backup thems they need to make...

Hi @francescou, No in fact that the opposite, even with git repo I would like users to be able to create test project Sébastien > Le 16 nov. 2016 à...

I entirely agree with you! But in my case I am promoting the use of docker swarm for many different teams with different working method, and as a first approach...

Hi, Do you know of https://github.com/admiraltyio/multicluster-controller ? This allow a controller to speak with several k8s clusters. This was used by CassKop project to manage Cassandra deployment in several clusters...