thinkernel

Results 37 comments of thinkernel

How about removing single quotes around `--install-plugin=download-commands`?

I'm thinking of this idea, too. However, I've been struggling with the k8s environments for a while.

The basic deployment is just like what you wrote. Something need to be considered like the pvc, service, statefulset( or not). Also the way to map environment and secret as...

@Novitoll I'm so glad to hear that. It'd be even better if you can share your works for others including me to reference.

Hi @Abhishekqwerty. Thanks for trying this docker image. About your issue, my guess is on the volume. Would you please remove "`-v /home/cloud_user/gerrit_vol:/var/gerrit/review_site`" from your command and try it again?

``` docker volume create gerrit_volume docker run -v gerrit_volume:/var/gerrit/review_site ... ``` I'm changing the README about how to use named volume instead of host directory. However if this issue is...

Frankly speaking, I don't see any strange parameters in your command lines except `AUTH_TYPE=DEVELOPMENT_BECOME_ANY_ACCOUNT`. I always use AUTH_TYPE=LDAP in my envrionments. Both 2.14.x and 2.15.x are working fine in my...

Container will do the upgrade on startup. However you should read the release notes of the Gerrit about what should be pay attention. Do backup your volumes and DB in...

Hi there. Sorry for the late response since I just came back from a personal leave. As your question, I think it depends on what kind of authorization type you...

Yes. [Here](https://gerrit-review.googlesource.com/Documentation/config-gerrit.html#auth) is the auth types which are supported by the Gerrit. As you can see that OpenID, HTTP, LDAP, OAUTH , all of them need somewhere else to store...