From 0eb5f162c8599da432323619bf776a3aeb569553 Mon Sep 17 00:00:00 2001 From: Olivia Brown Date: Thu, 19 Sep 2024 12:20:02 -0400 Subject: [PATCH] OSDOCS-12062: Updating Capabilities table for 4.17 --- snippets/capabilities-table.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snippets/capabilities-table.adoc b/snippets/capabilities-table.adoc index b9bfa78fc74f..f07d72d92875 100644 --- a/snippets/capabilities-table.adoc +++ b/snippets/capabilities-table.adoc @@ -28,6 +28,9 @@ The following table describes the `baselineCapabilitySet` values. |`v4.16` |Specify this option when you want to enable the default capabilities for {product-title} 4.16. By specifying `v4.16`, capabilities that are introduced in newer versions of {product-title} are not enabled. The default capabilities in {product-title} 4.16 are `baremetal`, `MachineAPI`, `marketplace`, `OperatorLifecycleManager`, `openshift-samples`, `Console`, `Insights`, `Storage`, `CSISnapshot`, `NodeTuning`, `ImageRegistry`, `Build`, `CloudCredential`, `DeploymentConfig`, and `CloudControllerManager`. +|`v4.17` +|Specify this option when you want to enable the default capabilities for {product-title} 4.17. By specifying `v4.17`, capabilities that are introduced in newer versions of {product-title} are not enabled. The default capabilities in {product-title} 4.17 are `baremetal`, `MachineAPI`, `marketplace`, `OperatorLifecycleManager`, `openshift-samples`, `Console`, `Insights`, `Storage`, `CSISnapshot`, `NodeTuning`, `ImageRegistry`, `Build`, `CloudCredential`, `DeploymentConfig`, and `CloudControllerManager`. + |`None` |Specify when the other sets are too large, and you do not need any capabilities or want to fine-tune via `additionalEnabledCapabilities`.