Context
In a kubernetes cluster, I have a postrgreSQL pod running, exposed to the cluster via a ClusterIP service. I use the integrated DNS resolution to reach it from an other pod (.NET Core) within the same namespace.
My deployments are done…
Background: We have a Gitlab instance running, which is reachable over 2 different domains from 2 different networks (that is mandated by the network structure and cannot be changed). Gitlab supports only 1 domain. In the past it worked out of the…
I am trying to deploy an instance of GitLab from the GCP Marketplace but have run into a problem. Unfortunately, I am a mere front-end developer so this Kubernetes stuff is alien to me.
After creating the cluster, all of the components appear to…
I've deployed a Gitlab 12.10 instance on microk8s 1.18 on my Ubuntu 19.10 server. I've noticed repeatedly that some of the pods go into status CrashBackoffLoop or Init:CrashBackoffLoop with error messages like the following:
Message: failed to…
On my Linux server there were several git branches I wanted to remove. I used git branch -D branche_name and deleted all these branches except for one. For this one branch called feat/implement-h I get the error:
“error: cannot lock ref…
I installed first the gitlab-ce on my local desktop ubuntu (used as a server) and it was okay and able to connect to it through IP address http://192.168.1.6/ from other computers on the same network of course
Now and after installing the apache…
So far I made 2 docker container using Docker Engine and Docker Compose for a CI proof of concept. The first one is Jenkins and the other one is Gitlab CE.
Here are the version
Docker version 19.03.6
docker-compose version 1.25.4
and I have a…
We have GitLab 11.2.1-ee installation in our local network
It had ip-address 192.168.1.100 before
We use Git LFS in our projects
And all work fine before we changed ip address of Gitlab machine.
We changed the ip-adress of Gitlab machine to…
I have a CentOS 6.9 server that is running a DokuWiki under Apache/HTTPD 2.2. This wiki is installed in /var/www/html/dokuwiki. Therefore, when you type myserver.com/dokuwiki, it enters the wiki. If you type myserver.com, a simple index.html file…
Background to my server:
I have everything put into docker container. There is a docker network. All of the docker container are on the same network. And I use aliases to address my container. My container aliases for gitlab is gitlab.docker. The…
i'm quite noob with servers so here i'm asking a question.
i just installed a centos 7 on a vps. I installed gitlab and postfix on it. is it safe to handle both mail server and gitlab on it? everytime i log via ssh i get a message like this
There…
I've installed Gitlab EE behind nginx proxy. The external address is https://git.myserver.com
After that, I had to change the external URL according to this page: https://docs.gitlab.com/omnibus/settings/configuration.html
I've changed external_url…
I have GitLab Omnibus running in a Kubernetes cluster, with NodePort ports for web (80) and the docker container registry (5050).
I've setup Ingress URLs (www.gitlab.xxx.yyy, registry.gitlab.xxx.yyy) so that clients don't have to know the NodePort…
On Amazon EC2 I have already installed the Bitnami Mattermost Team Edition image from the market place. Now I wish to install GitLab CE on this image. I can launch another EC2 Bitname Gitlabe CE instance. But if I want to install Bitnami Gitlab CE…
I just ragequitted GitHub.
I'm considering between hosting my own issues tracker, or embrace any of gitlab.com, Bitbucket, Sourcehut, etc.
I sorta think either gitlab or trac would be nice, and I couldn't ask which one to choose, in order to avoid…