diff options
author | Tiger <twatson@gitlab.com> | 2019-03-20 16:07:12 +1100 |
---|---|---|
committer | Tiger <twatson@gitlab.com> | 2019-03-20 16:43:48 +1100 |
commit | 0c3df3b56973d78345c6791cc3882a50d916cbc8 (patch) | |
tree | 5825017a4f875118a4d1541794abedeefbc89035 /doc/topics | |
parent | 325d504c3c9697c73130aef67e8b32c99544b453 (diff) | |
download | gitlab-ce-0c3df3b56973d78345c6791cc3882a50d916cbc8.tar.gz |
Amend cluster and auto devops troubleshooting docs
Update these sections to reflect Kubernetes resources
now being created as a build prerequisite. Remove section
about deploys not being triggered as it is no longer accurate.
Diffstat (limited to 'doc/topics')
-rw-r--r-- | doc/topics/autodevops/index.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index c73e810545e..301c8224d2e 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -1005,6 +1005,10 @@ planned for a subsequent release. buildpack](#custom-buildpacks). - Auto Test may fail because of a mismatch between testing frameworks. In this case, you may need to customize your `.gitlab-ci.yml` with your test commands. +- Auto Deploy may fail if it is unable to create a Kubernetes namespace and + service account for your project. See the + [troubleshooting failed deployments](../../user/project/clusters/index.md#troubleshooting-failed-deployment-jobs) + section to debug why these resources were not created. ### Disable the banner instance wide |