forked from openshift/openshift-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request openshift#13291 from bmcelvee/builds-troubleshooting
Add build troubleshooting module
- Loading branch information
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
---- |