1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/nodes-cluster-features-about.adoc
2019-05-14 15:07:46 -04:00

26 lines
1.1 KiB
Plaintext

// Module included in the following assemblies:
//
// * nodes/nodes-cluster-disabling-features.adoc
[id="nodes-cluster-features-about_{context}"]
= Understanding FeatureGates and Technology Preview features
You can use the FeatureGates Custom Resource to toggle on and off Technology Preview features throughout your cluster.
This allows you, for example, to ensure that Technology Preview features are off for production clusters while leaving the features on for test clusters where you can
fully test them.
////
If you disable a feature that appears in the web console, you might see that feature, but
no objects are listed. For example, if you disable builds, you can see the *Builds* tab in the web console, but there are no builds present.
If you attempt to use commands associated with a disabled feature, such as `oc start-build`, {product-title}
displays an error.
[NOTE]
====
If you disable a feature that any application in the cluster relies on, the application might not
function properly, depending upon the feature disabled and how the application uses that feature.
====
////