mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
24 lines
832 B
Plaintext
24 lines
832 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/overview/cluster-capabilities.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="enabling-baseline-capability-set_{context}"]
|
|
= Enabling the cluster capabilities by setting baseline capability set
|
|
|
|
As a cluster administrator, you can enable cluster capabilities any time after a {product-title} installation by setting the `baselineCapabilitySet` configuration parameter.
|
|
|
|
.Prerequisites
|
|
|
|
* You have installed the {oc-first}.
|
|
|
|
.Procedure
|
|
|
|
* To set the `baselineCapabilitySet` configuration parameter, run the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc patch clusterversion version --type merge -p '{"spec":{"capabilities":{"baselineCapabilitySet":"vCurrent"}}}' <1>
|
|
----
|
|
<1> For `baselineCapabilitySet` you can specify `vCurrent`, `v{product-version}`, or `None`.
|