From d562f80fd4cb337178b916e5ae3cb46d1ecaa4b6 Mon Sep 17 00:00:00 2001 From: Alexander Tanayno Date: Tue, 30 Jul 2019 05:56:29 +0000 Subject: Add note about private container registry --- doc/topics/autodevops/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index 1687a3aee72..d254cd978f6 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -1069,6 +1069,10 @@ Container Registry. **Restarting a pod, scaling a service, or other actions whic require on-going access to the registry may fail**. On-going secure access is planned for a subsequent release. +### Private registry support + +There is no documented way of using private container registry with AutoDevOps. We strongly advise using GitLab Container Registry with AutoDevOps in order to simplify configuration and prevent any unforeseen issues. + ## Troubleshooting - Auto Build and Auto Test may fail in detecting your language/framework. There -- cgit v1.2.1 From cf5d118f7577f74cad9fdaf6fb773742059d738d Mon Sep 17 00:00:00 2001 From: Evan Read Date: Wed, 31 Jul 2019 00:04:03 +0000 Subject: Apply suggestion to doc/topics/autodevops/index.md --- doc/topics/autodevops/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index d254cd978f6..63a72f8f193 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -1071,7 +1071,9 @@ planned for a subsequent release. ### Private registry support -There is no documented way of using private container registry with AutoDevOps. We strongly advise using GitLab Container Registry with AutoDevOps in order to simplify configuration and prevent any unforeseen issues. +There is no documented way of using private container registry with Auto DevOps. +We strongly advise using GitLab Container Registry with Auto DevOps in order to +simplify configuration and prevent any unforeseen issues. ## Troubleshooting -- cgit v1.2.1