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