Time
S
Nick
Message
00:43
pdurbin
bjonnh: nice, on Kubenetes or OpenShift? What are you using for orchestration of your Docker containers?
01:03
bjonnh
openshift
01:03
bjonnh
well no
01:03
bjonnh
not yet
01:03
bjonnh
but it will be there
01:04
bjonnh
I'll use the "restart until port is ready" approach
01:14
pdurbin
bjonnh: strange coincidence that we're both trying to use openshift
01:29
bjonnh
oh I decided to use openshift because you wanted to use it
01:29
bjonnh
and I needed something like that
01:29
bjonnh
nothing strange here
01:33
bjonnh
I played with mesos and swarm before
01:33
bjonnh
but I also kept hearing about kubernetes
01:33
bjonnh
so…
01:33
bjonnh
my first experience with kubernetes was bad (using tectonic/coreos/…)
01:35
pdurbin
so far openshift and kubernetes seems pretty nice
01:35
pdurbin
I mean, I feel like you need *something* to coordinate (orchestrate) your docker containers.
01:38
bjonnh
well…
01:38
bjonnh
people are doing the "fail until it works"
01:38
bjonnh
did you look into other approaches for orchestration?
01:38
pdurbin
no, I mean, I was just looking again at https://github.com/prologic/autodock because a friend wrote it
01:39
pdurbin
and I went to a talk about mesos a while back. people at work were using it. I think they switched to something else
01:40
bjonnh
I liked mesos because it was really easy to mount the cluster
01:40
bjonnh
and add machines to it
01:40
bjonnh
swarm too
01:40
bjonnh
but yeah it is always missing a piece
01:40
pdurbin
docker swarm? I've heard of it but haven't used it
01:47
bjonnh
really easy
02:56
axfelix joined #dataverse
03:31
axfelix joined #dataverse
11:35
pdurbin joined #dataverse
12:40
donsizemore joined #dataverse
13:18
pdurbin
morning donsizemore, bjonnh and everyone
14:23
andrewSC joined #dataverse
14:26
andrewSC joined #dataverse
15:24
bjonnh
o/
15:53
djbrooke joined #dataverse
15:58
pdurbin
bjonnh: I just switched off the NDS Labs Docker images to ones I'm building myself: https://github.com/IQSS/dataverse/issues/4040#issuecomment-331197342
16:06
bjonnh
great!
16:06
bjonnh
I just made a bitbucket account
16:06
bjonnh
because I can't get my images to autobuild with github
16:09
bjonnh
pdurbin: also think about using --rm on your docker run command
16:10
bjonnh
pdurbin: if you want to test stuff and don't want to delete 1000 containers at the end of the week when your disk is full
16:11
pdurbin
oh, I hope it isn't full :)
16:11
dataverse-user joined #dataverse
16:13
bjonnh
don't underestimate yourself
16:13
bjonnh
:p
16:19
pdurbin
heh
17:17
djbrooke joined #dataverse
19:59
bjonnh
pdurbin: wow bitbucket integration is great with docker hub
19:59
pdurbin
cool
19:59
pdurbin
bjonnh: I was just about to ping you with this question: http://logs.nodejs.org/openshift/2017-09-21#19:58:39 .983
20:02
bjonnh
no idea
20:04
bjonnh
https://hub.docker.com/r/cenapt/openldap/
20:04
bjonnh
^
20:06
pdurbin
I remember openldap.
20:07
bjonnh
that stuff is horrible
20:07
bjonnh
well
20:07
bjonnh
it does its job
20:07
bjonnh
but ldap is a nightmare
20:10
pdurbin
yeah, I used to use the directory server from netscape
20:19
bjonnh
also that memory problem is why we should have unlimited openshift accounts ;)
20:21
pdurbin
Well, sure, but the idea is that anyone in the world would be able to kick the tires on Dataverse in the cloud without asking for special unlimited accounts. I want to see if Dataverse will squeeze into the free tier or if it's too fat.
20:26
bjonnh
I'm wondering how I can connect things from different projects
20:27
pdurbin
someone replied to me in #openshift at least
20:29
bjonnh
this is really weird
20:29
bjonnh
also removing comments and adding/removing empty lines doesn't change an image
20:29
bjonnh
(adding commments neither)
20:48
pdurbin
yeah, that's what I was just told in #openshift, thanks. I just made a real no-op change by adding a RUN command and I'm (very slowly!) reuploading to Docker Hub to see if my change to my entrypoint script gets picked up
20:48
pdurbin
It would be nice if I could use the registry built into Minishift but I failed to get it working.
20:51
pdurbin
still didn't help. so frustrating
21:00
donsizemore joined #dataverse
21:16
bjonnh
I think I'm hitting the limits of minishift
21:16
bjonnh
error: pods "openldap-master" is forbidden: unable to validate against any security context constraint…
21:22
bjonnh
I'm trying an install of openshift in a VM …
22:18
axfelix joined #dataverse
22:18
axfelix joined #dataverse
23:56
pdurbin
Cool. I think I'll stick with Minishift.