mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
18 lines
558 B
Plaintext
18 lines
558 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
|
|
|
|
|
|
== Purpose
|
|
|
|
The `Build` capability enables the `Build` API. The `Build` API manages the lifecycle of `Build` and `BuildConfig` objects.
|
|
|
|
[IMPORTANT]
|
|
====
|
|
If the `Build` capability is disabled, the cluster cannot use `Build` or `BuildConfig` resources. Disable the capability only if `Build` and `BuildConfig` resources are not required in the cluster.
|
|
====
|