From a3379e521245e6d7f4b81c420147e7aecf5c3993 Mon Sep 17 00:00:00 2001 From: Roman Bednar Date: Wed, 17 Apr 2024 12:53:26 +0200 Subject: [PATCH] link to doc about declaring a feature Accessible-by-default in Tech Preview section --- dev-guide/api-conventions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-guide/api-conventions.md b/dev-guide/api-conventions.md index 22d941ed82..96153c5d1e 100644 --- a/dev-guide/api-conventions.md +++ b/dev-guide/api-conventions.md @@ -639,6 +639,7 @@ See also in openshift/api. 2. [CVO conditional manifests](https://github.com/openshift/enhancements/blob/6704279c30e975368f6f6fa5b6b7ee00adf4aeb9/enhancements/update/cvo-techpreview-manifests.md) in openshift/enhancements. +3. [Process](https://github.com/openshift/enhancements/blob/b99a80d976385faa87f251dbbcd4260a37406921/dev-guide/featuresets.md#id-like-to-declare-a-feature-accessible-by-default--what-is-the-process) for declaring a feature Accessible-by-default This capability is important to use because it requires users to opt-in for TechPreview functionality on their cluster and prevents the accidental usage of TechPreview fields and types on production clusters.