diff options
author | jerasmus <jerasmus@gitlab.com> | 2019-04-03 08:31:04 +0200 |
---|---|---|
committer | jerasmus <jerasmus@gitlab.com> | 2019-04-03 08:31:04 +0200 |
commit | bd750af785037a105dc3347d3bd38cb49a003dc2 (patch) | |
tree | 4362f82613c8710b25ccab534c40ec5eb09d3d8f | |
parent | ba1137c5141ffda6ce8eb9542f31ec1f2b9078c1 (diff) | |
download | gitlab-ce-bd750af785037a105dc3347d3bd38cb49a003dc2.tar.gz |
Update error message54506-show-error-when-namespace-svc-missing
Updated the error message in the docs
-rw-r--r-- | doc/user/project/clusters/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index 3a9a3b4a423..3097fb01722 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -553,7 +553,7 @@ deployment jobs, immediately before the jobs starts. However, sometimes GitLab can not create them. In such instances, your job will fail with the message: ```text -The job failed to complete prerequisite tasks +This job failed because the necessary resources were not successfully created. ``` To find the cause of this error when creating a namespace and service account, check the [logs](../../../administration/logs.md#sidekiqlog). |