Bug 1939314 - [Doc] FeatureGate is a cluster scoped api
Summary: [Doc] FeatureGate is a cluster scoped api
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 4.7
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: ---
: ---
Assignee: Jason Boxman
QA Contact: Xiaoli Tian
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-03-16 02:51 UTC by Wei Duan
Modified: 2021-07-28 18:26 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-07-28 18:26:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.