mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
23 lines
686 B
Plaintext
23 lines
686 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/overview/cluster-capabilities.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="build-config-capability_{context}"]
|
|
= Build capability
|
|
|
|
[discrete]
|
|
== Purpose
|
|
|
|
The `Build` capability enables the `Build` API. The `Build` API manages the lifecycle of `Build` and `BuildConfig` objects.
|
|
|
|
[IMPORTANT]
|
|
====
|
|
If you disable the `Build` capability, the following resources will not be available in the cluster:
|
|
|
|
* `Build` and `BuildConfig` resources
|
|
* The `builder` service account
|
|
|
|
Disable the `Build` capability only if you do not require `Build` and `BuildConfig` resources or the `builder` service account in the cluster.
|
|
====
|