i've got a kubernetes cluster on my root server and there vm's.
There is a gitlab running with usage of kubernetes pipelines.
Now the problem, in my Dockerfile I have the following lines:
# Install packages we want to keep
RUN apk --no-cache add git…
I'm writing a platform to automate the day to day runnings of a business, this is to be a SaaS offering with each customer having its own database's.
I'm currently using the following;
Gitlab (Git Repo with many DevOps based tools),
Sentry (Error…
I am attempting to use Traefik as a proxy to send traffic to gitlab review environments. Gitlab CI can start docker containers to run a review version of a project. I can get Traefik to detect these containers, and route trafic to them with this…
Hi I have an issue with my GitLab setup.
What I'm trying to achieve:
running GitLab inside a Docker container
access GitLab through a subdomain (gitlab.mydomain.com) at ports 80 and 443 for https
manage SSL through a wildcard certificate for…
I've a Gitlab CE setup running on my server(CentOS 7 + Apache 2.4). Currently, the site works fine and I can fully interact with Gitlab on the browser, however, I can't properly setup my environment on my shell via SSH in order to push my repos to…
I am in the process of migrating our ansible files to our internal gitlab server and have some confusion about the various ways to keep the ansible roles directory in sync with the gitlab project. The end goal is to have my team add/edit files via…
I want to host gitlab on one of my servers, and it seems that gitlab needs to listen to port 22 for ssh (git ssh protocol). But the problem is my host machine already uses port 22 for sshd and I need it to be that way so I can remote into the…
I’ve integrated my gitlab instance with Azure AD for SSO reasons and it seems to be working fine.
However, it was my understanding that Azure would then be the only source of truth… so if a user has to register on gitlab first and then link his…
I have been at least two days trying to make this work with Active directory.
when I run this command see the result:
sudo gitlab-rake gitlab:ldap:check RAILS_ENV=production Checking LDAP ...
Server:…
I am setting up a GitLab EE instance and I'd like to enable Sign up process only with Google account. I followed the documentation here: https://docs.gitlab.com/ce/integration/google.html and here:…
Summary
Git submodules dont work in CI jobs
Steps to reproduce
Create a file .gitmodules
[submodule "database_schema"]
path = database_schema
url = ../../nss/database_schema.git
My .gitlab-ci.yml
```
variables:
GIT_SUBMODULE_STRATEGY:…
Setup: GitLab installed with Omnibus package on CentOS 6.4
After I've made a change in the GitLab configuration file /etc/gitlab/gitlab.rb to configure Bitbucket as OAuth2 provider, I've run the reconfiguration:
sudo gitlab-ctl reconfigure
After…
I'm using Gitlab shared runner with Docker (current runner version: 10.0.2, docker storage driver: overlay2), running on AWS t2.small instance. I started experiencing issues with builds slowing down after some time (it's hard to say when exactly…
I'm trying to run Gitlab CE on RHEL 7.2 (Maipo). I've completed the Gitlab install. However I'm unable to run sudo gitlab-ctl reconfigure. The error, environment details and what I've tried is outlined below. Does anyone know what I'm missing or…
I have had an existing GitLab installation for a few months, and I decided it was time to add a real SSL certificate (not self-signed).
Following the documentation, I change the following line:
external_url 'http://.com'
to:
external_url…