Skip to content

Commit

Permalink
Merge pull request openshift#13291 from bmcelvee/builds-troubleshooting
Browse files Browse the repository at this point in the history
Add build troubleshooting module
  • Loading branch information
bmcelvee authored Jan 18, 2019
2 parents b613a7c + 9649900 commit 7525d10
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Topics:
File: basic-build-operations
- Name: Triggering and modifying builds
File: triggering-builds-build-hooks
- Name: Troubleshooting builds
File: troubleshooting-builds
---
Name: OpenShift CCS modular docs guide
Dir: mod_docs_guide
Expand Down
13 changes: 13 additions & 0 deletions builds/troubleshooting-builds.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// This assembly is included in the following assemblies:
// * assembly/builds


:context: troubleshooting-builds
[id='troubleshooting-builds_{context}']
= Troubleshooting builds
include::modules/common-attributes.adoc[]
toc::[]

Use the following to troubleshoot build issues.

include::modules/builds-troubleshooting-access-resources.adoc[leveloffset=+1]
23 changes: 23 additions & 0 deletions modules/builds-troubleshooting-access-resources.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// Module included in the following assemblies:
//
// * assembly/builds

[id='builds-troubleshooting-access-resources-{context}']
= Resolving denial for access to resources

If your request for access to resources is denied:

Issue::
A build fails with:

----
requested access to the resource is denied
----

Resolution::
You have exceeded one of the image quotas set on your project. Check your
current quota and verify the limits applied and storage in use:

----
$ oc describe quota
----

0 comments on commit 7525d10

Please sign in to comment.