diff options
author | Evan Read <eread@gitlab.com> | 2019-06-25 08:16:14 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-25 08:16:14 +0000 |
commit | f6480d305f8ec4ff4532d32f84200372e69a0040 (patch) | |
tree | 317729cc6f3106279ffe803097fdd33a52e62669 | |
parent | ed8605c42e46263d0aec58062ddd80f5511d0014 (diff) | |
download | gitlab-ce-f6480d305f8ec4ff4532d32f84200372e69a0040.tar.gz |
Edit resource creation text
-rw-r--r-- | doc/user/project/clusters/index.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index a0fe97f2b9d..97d2dfc0f7e 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -519,8 +519,11 @@ service account of the cluster integration. ### Troubleshooting failed deployment jobs -GitLab will create a namespace and service account specifically for your -deployment jobs. This happens immediately before the deployment job starts. +Before the deployment jobs starts, GitLab creates the following specifically for +the deployment job: + +- A namespace. +- A service account. However, sometimes GitLab can not create them. In such instances, your job will fail with the message: |