Skip to content

Commit

Permalink
Resolve comments
Browse files Browse the repository at this point in the history
Signed-off-by: Gang Li <[email protected]>
  • Loading branch information
gangli113 committed Jan 7, 2025
1 parent 1bb29ed commit 1e47dc4
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions content/en/docs/v3.6/feature-gates/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ Feature gates are a set of key=value pairs that describe ETCD features.
You can turn these features on or off using the `--feature-gates` command line flag
on ETCD.

ETCD lets you enable or disable a set of feature gates that
are relevant to that component.
Use `-h` flag to see a full set of feature gates for all components.
ETCD lets you enable or disable a set of feature gates.
Use `-h` flag to see a full set of feature gates.
To set feature gates, use the `--feature-gates` flag assigned to a list of feature pairs:

```shell
Expand Down Expand Up @@ -59,17 +58,11 @@ An *Alpha* feature means:

A *Beta* feature means:

* Usually enabled by default.
* Enabled by default.
* The feature is well tested. Enabling the feature is considered safe.
* Support for the overall feature will not be dropped, though details may change.
* The schema and/or semantics of objects may change in incompatible ways in a
subsequent beta or stable release. When this happens, we will provide instructions
for migrating to the next version. This may require deleting, editing, and
re-creating API objects. The editing process may require some thought.
This may require downtime for applications that rely on the feature.
* Recommended for only non-business-critical uses because of potential for
incompatible changes in subsequent releases. If you have multiple clusters
that can be upgraded independently, you may be able to relax this restriction.
discovering new hard-to-spot bugs through wider adoption.

**Note:**
Please do try *Beta* features and give feedback on them!
Expand All @@ -81,6 +74,11 @@ A *General Availability* (GA) feature is also referred to as a *stable* feature.
* The corresponding feature gate is no longer needed.
* Stable versions of features will appear in released software for many subsequent versions.

A *Deprecated* feature means:

* The feature gate is no longer in use.
* The feature has graduated to GA or been removed.

## List of feature gates {#feature-gates}

Each feature gate is designed for enabling/disabling a specific feature.
Expand Down

0 comments on commit 1e47dc4

Please sign in to comment.