diff options
author | Evan Read <eread@gitlab.com> | 2019-06-25 11:56:13 +1000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-06-25 11:56:13 +1000 |
commit | 012c70a31de56d99cf2f9750b4fa68eb878af3f4 (patch) | |
tree | 222a485e17a96b2977cbb983143392b480dbce70 | |
parent | e8bb778ff2ed507fb64cbb344a741bc69bfb30db (diff) | |
download | gitlab-ce-docs/add-edit-jit-creation-text.tar.gz |
Edit resource creation textdocs/add-edit-jit-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: |