-
Notifications
You must be signed in to change notification settings - Fork 1.8k
RHDEVDOCS-6726: Content Quality Assessment: Installing builds #99893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
eromanova97
merged 1 commit into
openshift:build-docs-main
from
shivanisathe25:CQA_installing_builds
Oct 10, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
21 changes: 0 additions & 21 deletions
21
modules/ob-disabling-shipwrightBuilds-build-controller-and-webhook-pod.adoc
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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,46 @@ | ||
// This module is included in the following assembly: | ||
// | ||
// * installing/installing-openshift-builds.adoc | ||
|
||
:_mod-docs-content-type: PROCEDURE | ||
[id="ob-disabling-shipwrightBuilds-components_{context}"] | ||
= Disabling ShipwrightBuilds components | ||
|
||
[role="_abstract"] | ||
You can disable the ShipwrightBuilds custom resource (CR). This action removes the `shipwright-build-controller` and `shipwright-build-webhook` pod from the `openshift-builds` namespace. It does not affect the Shared Resources Container Storage Interface (CSI) driver component or the `ShipwrightBuilds` custom resource definition (CRD). | ||
|
||
.Prerequisites | ||
|
||
* You have installed the OpenShift CLI (`oc`). | ||
* You are logged in to the {ocp-product-title} cluster as an administrator. | ||
* You have installed the {builds-title}. | ||
|
||
.Procedure | ||
|
||
* Run the following command to disable the `shipwright-build-controller` and `shipwright-build-webhook` pods: | ||
+ | ||
[source,terminal] | ||
---- | ||
$ oc patch openshiftbuild cluster --type=merge -p '{"spec":{"shipwright":{"build":{"state":"Disabled"}}}}' | ||
---- | ||
+ | ||
This command disables the `shipwright-build-controller` and `shipwright-build-webhook` pods but does not affect the `ShipwrightBuilds` CRD. | ||
|
||
.Verification | ||
|
||
* Run the following command to verify that the `shipwright-build-controller` and `shipwright-build-webhook` pods are disabled: | ||
+ | ||
[source,terminal] | ||
---- | ||
$ oc get pods -n openshift-builds | ||
---- | ||
+ | ||
_Example output_ | ||
+ | ||
[source,terminal] | ||
---- | ||
NAME READY STATUS RESTARTS AGE | ||
openshift-builds-operator-6f5c48c6b5-cvp2w 2/2 Running 0 13d | ||
shared-resource-csi-driver-node-gbkqs 2/2 Running 0 13d | ||
shared-resource-csi-driver-webhook-9d9bd48f4-d5ln6 1/1 Running 0 13d | ||
---- |
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.