hasura / gitkube

Build and deploy docker images to Kubernetes using git push
Apache License 2.0
3.81k stars 208 forks source link

Add an option to enable local Docker registry #59

Open arun-gupta opened 6 years ago

arun-gupta commented 6 years ago

Add an option that allows to setup a local Docker registry in the cluster. This allows a simpler workflow OOTB.

tirumaraiselvan commented 6 years ago

I think it will be a nice add-on to give a test docker registry in-built. Although, the user may still need to configure persistent volume for the registry. So the question becomes, is that really a simpler workflow?

@coco98 @shahidhk

pdomagala commented 5 years ago

@arun-gupta Have you tried setup gitkube with local docker registry in your cluster? Have you had any problems with this? I can't manage with SSL and basic auth on it.

tirumaraiselvan commented 5 years ago

@pdomagala Do you mean not specifying a remote docker registry? If so, that means it would work only for a single node cluster.