mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
26 lines
762 B
Plaintext
26 lines
762 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// *post_installation_configuration/cluster-capabilities.adoc
|
|
|
|
[id="setting_baseline_capability_set_{context}"]
|
|
= Enabling the cluster capabilities by setting baseline capability set
|
|
|
|
As a cluster administrator, you can enable the capabilities by setting `baselineCapabilitySet`.
|
|
|
|
.Prerequisites
|
|
|
|
* You have installed the OpenShift CLI (`oc`).
|
|
|
|
.Procedure
|
|
|
|
* To set the `baselineCapabilitySet`, 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`.
|
|
|
|
include::snippets/capabilities-table.adoc[]
|