Skip to content

Commit

Permalink
Remove **EXPERIMENTAL** banners
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
  • Loading branch information
ArangoGutierrez committed Sep 5, 2023
1 parent 8031638 commit d3032ed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/get-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ only created on nodes running nfd-master.

NFD takes use of some Kubernetes Custom Resources.

[NodeFeature](../usage/custom-resources.md#nodefeature)s (EXPERIMENTAL)
[NodeFeature](../usage/custom-resources.md#nodefeature)s
can be used for representing node features and requesting node labels to be
generated.

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/worker-commandline-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ nfd-worker -label-sources=kernel,system,local

### -enable-nodefeature-api

The `-enable-nodefeature-api` flag enables/disables the experimental
The `-enable-nodefeature-api` flag enables/disables the
[NodeFeature](../usage/custom-resources.md#nodefeature) CRD API
for communicating with nfd-master, by default nfd-worker will create per-node
NodeFeature objects the contain all discovered node features and the set of
Expand Down
1 change: 0 additions & 1 deletion docs/usage/custom-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ NFD uses some Kubernetes [custom resources][custom-resources].

## NodeFeature

**EXPERIMENTAL**
NodeFeature is an NFD-specific custom resource for communicating node
features and node labeling requests. Support for NodeFeature objects is
disabled by default. If enabled, nfd-master watches for NodeFeature objects,
Expand Down
3 changes: 1 addition & 2 deletions docs/usage/customization-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sort: 8
NFD provides multiple extension points for vendor and application specific
labeling:

- [`NodeFeature`](#nodefeature-custom-resource) (EXPERIMENTAL) objects can be
- [`NodeFeature`](#nodefeature-custom-resource) objects can be
used to communicate "raw" node features and node labeling requests to
nfd-master.
- [`NodeFeatureRule`](#nodefeaturerule-custom-resource) objects provide a way to
Expand All @@ -32,7 +32,6 @@ labeling:

## NodeFeature custom resource

**EXPERIMENTAL**
NodeFeature objects provide a way for 3rd party extensions to advertise custom
features, both as "raw" features that serve as input to
[NodeFeatureRule](#nodefeaturerule-custom-resource) objects and as feature
Expand Down

0 comments on commit d3032ed

Please sign in to comment.