diff --git a/knowledge base/gitlab.md b/knowledge base/gitlab.md index 2f7de0c..cd63e35 100644 --- a/knowledge base/gitlab.md +++ b/knowledge base/gitlab.md @@ -22,6 +22,10 @@
Configuration +The application of configuration changes is handled by [Chef Infra].
+It runs checks, ensures directories, permissions, and services are in place and working, and restarts components if any +of their configuration files have changed. + ```sh # Edit and validate. sudo vim '/etc/gitlab/gitlab.rb' @@ -495,6 +499,7 @@ Solution: give that user _developer_ access or have somebody else with enough pr - [AWS driver does not support multiple non default subnets] - [Autoscaling GitLab Runner on AWS EC2] - [Authenticating your GitLab CI runner to an AWS ECR registry using Amazon ECR Docker Credential Helper] +- [How to restart GitLab] [authenticating your gitlab ci runner to an aws ecr registry using amazon ecr docker credential helper]: https://faun.pub/authenticating-your-gitlab-ci-runner-to-an-aws-ecr-registry-using-amazon-ecr-docker-credential-b4604a9391eb [aws driver does not support multiple non default subnets]: https://github.com/docker/machine/issues/4700 +[chef infra]: https://www.chef.io/products/chef-infra [configuring private dns zones and upstream nameservers in kubernetes]: https://kubernetes.io/blog/2017/04/configuring-private-dns-zones-upstream-nameservers-kubernetes/ [using gitlab token to clone without authentication]: https://stackoverflow.com/questions/25409700/using-gitlab-token-to-clone-without-authentication#29570677