Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Atkins <tatkins@gitlab.com>2019-02-11 19:27:51 +0300
committerTom Atkins <tatkins@gitlab.com>2019-02-11 19:27:51 +0300
commitb88c93a53b5a87f040c2680970d8af44f3f443d1 (patch)
treebe4bd6f24e00e121d0fc07c70dc77cd0b351b2bf /doc/administration
parent52628dcff92ce432e4adcfa9b959d564ff8afd49 (diff)
Update container_registry.md add Troubleshooting sections
Diffstat (limited to 'doc/administration')
-rw-r--r--doc/administration/container_registry.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/administration/container_registry.md b/doc/administration/container_registry.md
index 975d9025b09..60f1911fa2a 100644
--- a/doc/administration/container_registry.md
+++ b/doc/administration/container_registry.md
@@ -587,7 +587,9 @@ notifications:
backoff: 1000
```
-## Using self-signed certificates with Container Registry
+## Troubleshooting
+
+### Using self-signed certificates with Container Registry
If you're using a self-signed certificate with your Container Registry, you
might encounter issues during the CI jobs like the following:
@@ -599,8 +601,7 @@ Error response from daemon: Get registry.example.com/v1/users/: x509: certificat
The Docker daemon running the command expects a cert signed by a recognized CA,
thus the error above.
-While GitLab doesn't support using self-signed certificates with Container
-Registry out of the box, it is possible to make it work by [instructing the docker-daemon to trust the self-signed certificates][docker-insecure-self-signed], mounting the docker-daemon and setting `privileged = false` in the runner's `config.toml`. Setting `privileged = true` takes precedence over the docker-daemon.
+While GitLab doesn't support using self-signed certificates with Container Registry out of the box, it is possible to make it work by [instructing the docker-daemon to trust the self-signed certificates][docker-insecure-self-signed], mounting the docker-daemon and setting `privileged = false` in the runner's `config.toml`. Setting `privileged = true` takes precedence over the docker-daemon.
```
[runners.docker]
@@ -609,9 +610,9 @@ Registry out of the box, it is possible to make it work by [instructing the dock
volumes = ["/var/run/docker.sock:/var/run/docker.sock", "/cache"]
```
-You may find some additional information in [issue 18239][ce-18239].
+Additional information about this: [issue 18239][ce-18239].
-## Troubleshooting
+### AWS S3 with the GitLab registry error when pushing large images
When using AWS S3 with the GitLab registry, an error may occur when pushing
large images. Look in the Registry log for the following error: