Bug 1939314

Summary: [Doc] FeatureGate is a cluster scoped api
Product: OpenShift Container Platform Reporter: Wei Duan <wduan>
Component: DocumentationAssignee: Jason Boxman <jboxman>
Status: CLOSED CURRENTRELEASE QA Contact: Xiaoli Tian <xtian>
Severity: unspecified Docs Contact: Vikram Goyal <vigoyal>
Priority: medium    
Version: 4.7CC: aos-bugs, jboxman, jokerman
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-07-28 18:26:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Wei Duan 2021-03-16 02:51:36 UTC
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:

Comment 1 Wei Duan 2021-03-16 03:09:11 UTC
$ oc get crd featuregates.config.openshift.io -o json | jq .spec.scope
"Cluster"

Comment 2 Jason Boxman 2021-07-23 04:25:27 UTC
Hi! I've created the following PR to resolve this:

https://github.com/openshift/openshift-docs/pull/34809

Can you confirm? Thanks!

Comment 3 Wei Duan 2021-07-27 02:23:02 UTC
PR looks good to me, thanks for the update.

Comment 4 Jason Boxman 2021-07-28 18:26:36 UTC
The following PR is merged: https://github.com/openshift/openshift-docs/pull/34809