Skip to content

Commit aeaa43c

Browse files
Merge pull request #190 from alexander-demicev/features
Add feature stages page
2 parents fa02e14 + 6a203c5 commit aeaa43c

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

docs/next/modules/en/nav.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
* Reference
5050
** xref:reference/intro.adoc[Introduction]
5151
** xref:reference/glossary.adoc[Glossary]
52+
** xref:reference/features.adoc[Features]
5253
* Security
5354
** xref:security/slsa.adoc[SLSA]
5455
* xref:changelogs/index.adoc[Release Notes]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
= Features
2+
:sidebar_position: 0
3+
4+
This section describes features and feature stages in {product_name}.
5+
6+
== Feature Stages
7+
8+
{product_name} follows the Kubernetes link:https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#feature-stages[feature stages] process. A feature can be in one of the following stages: Alpha, Beta, or General Availability (GA).
9+
10+
=== Alpha Stage
11+
- Disabled by default.
12+
- May be buggy, with no long-term support.
13+
- API may change without notice.
14+
- Recommended only for short-lived testing clusters.
15+
16+
=== Beta Stage
17+
- Always enabled by default.
18+
- Well-tested and considered safe.
19+
- Support is stable, but schema may change in future releases.
20+
- Recommended for non-business-critical uses due to potential incompatible changes.
21+
22+
[NOTE]
23+
====
24+
Please provide feedback on Alpha and Beta features!
25+
====
26+
27+
=== General Availability (GA) Stage
28+
- Always enabled, cannot be disabled.
29+
- No feature gate needed.
30+
- Stable, with long-term support in future releases.

0 commit comments

Comments
 (0)