Skip to content

Commit f6c85aa

Browse files
committed
OSDOCS 7476: Adding Build and DeploymentConfig to the list of optional capabilities
1 parent 7a4a29d commit f6c85aa

File tree

4 files changed

+46
-4
lines changed

4 files changed

+46
-4
lines changed

installing/cluster-capabilities.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ include::modules/cluster-bare-metal-operator.adoc[leveloffset=+2]
3636
* xref:../installing/installing_bare_metal/preparing-to-install-on-bare-metal.adoc#preparing-to-install-on-bare-metal[Preparing for bare metal cluster installation]
3737
* xref:../post_installation_configuration/bare-metal-configuration.adoc#post-install-bare-metal-configuration[Bare metal configuration]
3838
39+
// Build capability
40+
include::modules/build-config-capability.adoc[leveloffset=+2]
41+
3942
include::modules/cluster-storage-operator.adoc[leveloffset=+2]
4043

4144
include::modules/console-operator.adoc[leveloffset=+2]
@@ -50,6 +53,9 @@ include::modules/cluster-csi-snapshot-controller-operator.adoc[leveloffset=+2]
5053
.Additional resources
5154
* xref:../storage/container_storage_interface/persistent-storage-csi-snapshots.adoc#persistent-storage-csi-snapshots[CSI volume snapshots]
5255
56+
// DeploymentConfig capability
57+
include::modules/deployment-config-capability.adoc[leveloffset=+2]
58+
5359
include::modules/insights-operator.adoc[leveloffset=+2]
5460

5561
[role="_additional-resources"]
@@ -77,4 +83,4 @@ include::modules/cluster-samples-operator.adoc[leveloffset=+2]
7783
[role="_additional-resources"]
7884
[id="additional-resources_{context}"]
7985
== Additional resources
80-
* xref:../post_installation_configuration/enabling-cluster-capabilities.adoc#enabling-cluster-capabilities[Enabling cluster capabilities after installation]
86+
* xref:../post_installation_configuration/enabling-cluster-capabilities.adoc#enabling-cluster-capabilities[Enabling cluster capabilities after installation]

modules/build-config-capability.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * installing/cluster-capabilities.adoc
4+
5+
:_content-type: REFERENCE
6+
[id="build-config-capability_{context}"]
7+
= Build capability
8+
9+
[discrete]
10+
== Purpose
11+
12+
The `Build` capability enables the `Build` API. The `Build` API manages the lifecycle of `Build` and `BuildConfig` objects.
13+
14+
[IMPORTANT]
15+
====
16+
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.
17+
====
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * installing/cluster-capabilities.adoc
4+
5+
:_content-type: REFERENCE
6+
[id="deployment-config-capability_{context}"]
7+
= DeploymentConfig capability
8+
9+
[discrete]
10+
== Purpose
11+
12+
The `DeploymentConfig` capability enables and manages the `DeploymentConfig` API.
13+
14+
[IMPORTANT]
15+
====
16+
If the `DeploymentConfig` capability is disabled, the cluster cannot use `DeploymentConfig` resources. Disable the capability only if `DeploymentConfig` resources are not required in the cluster.
17+
====

snippets/capabilities-table.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ The following table describes the `baselineCapabilitySet` values.
1414
|Specify when you want the capabilities recommended in {product-title} 4.11 and not automatically enable capabilities, which might be introduced in later versions. The capabilities recommended in {product-title} 4.11 are `baremetal`, `marketplace`, and `openshift-samples`.
1515

1616
|`v4.12`
17-
|Specify when you want the capabilities recommended in {product-title} 4.12 and not automatically enable capabilities, which might be introduced in later versions. The capabilities recommended in {product-title} 4.12 are `baremetal`, `marketplace`, `openshift-samples`, `Console`, `Insights`, `Storage` and `CSISnapshot`.
17+
|Specify when you want the capabilities recommended in {product-title} 4.12 and not automatically enable capabilities, which might be introduced in later versions. The capabilities recommended in {product-title} 4.12 are `baremetal`, `marketplace`, `openshift-samples`, `Console`, `Insights`, `Storage` and `CSISnapshot`.
1818

1919
|`v4.13`
20-
|Specify when you want the capabilities recommended in {product-title} 4.13 and not automatically enable capabilities, which might be introduced in later versions. The capabilities recommended in {product-title} 4.12 are `baremetal`, `marketplace`, `openshift-samples`, `Console`, `Insights`, `Storage`, `CSISnapshot` and `NodeTuning`.
20+
|Specify when you want the capabilities recommended in {product-title} 4.13 and not automatically enable capabilities, which might be introduced in later versions. The capabilities recommended in {product-title} 4.13 are `baremetal`, `marketplace`, `openshift-samples`, `Console`, `Insights`, `Storage`, `CSISnapshot` and `NodeTuning`.
21+
22+
// TODO: Add `Build` and `DeploymentConfig` to the list for 4.14.
2123

2224
|`None`
2325
|Specify when the other sets are too large, and you do not need any capabilities or want to fine-tune via `additionalEnabledCapabilities`.
2426

25-
|===
27+
|===

0 commit comments

Comments
 (0)