Document URL: https://docs.openshift.com/container-platform/4.7/nodes/clusters/nodes-cluster-enabling-features.html#nodes-cluster-enabling-features-cluster_nodes-cluster-enabling Section Number and Name: Enabling Technology Preview features using FeatureGates Describe the issue: The following sentence should be updated as FeatureGate is cluster scoped but not namespace scoped api. --- You can turn on Technology Preview features on for all nodes in the cluster by editing the FeatureGate custom resource, named cluster, in the openshift-config project. --- Suggestions for improvement: See description Additional information:
$ oc get crd featuregates.config.openshift.io -o json | jq .spec.scope "Cluster"
Hi! I've created the following PR to resolve this: https://github.com/openshift/openshift-docs/pull/34809 Can you confirm? Thanks!
PR looks good to me, thanks for the update.
The following PR is merged: https://github.com/openshift/openshift-docs/pull/34809