From e67263e4346630b241f6f670fd27abc2fd087e20 Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Tue, 15 Jun 2021 10:09:50 +0200 Subject: [PATCH 1/3] Add a warning about experimental features Signed-off-by: Francesco Guardiani --- docs/eventing/experimental-features.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/eventing/experimental-features.md b/docs/eventing/experimental-features.md index 551a1d11de8..08e8eab1cc1 100644 --- a/docs/eventing/experimental-features.md +++ b/docs/eventing/experimental-features.md @@ -9,6 +9,10 @@ This document explains how to enable experimental features and which ones are av For more details about the process, the feature phases, quality requirements and guarantees, check out the [Experimental features process documentation](https://github.com/knative/eventing/blob/main/docs/experimental-features.md). +!!! note + Depending on the feature stage, an experimental feature might be unstable and break your Knative setup or even your cluster setup, use them with caution. + For more details about quality guarantees, check out the [Feature stage definition](https://github.com/knative/eventing/blob/main/docs/experimental-features.md#stage-definition). + ## Before you begin You must have a Knative cluster running with the Eventing component installed. [Learn more](../../admin/install/) From 1a9cc85021506a6684fd4daf621e1f5ed16f7eed Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Tue, 15 Jun 2021 10:12:03 +0200 Subject: [PATCH 2/3] Fix trailing space Signed-off-by: Francesco Guardiani --- docs/eventing/experimental-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventing/experimental-features.md b/docs/eventing/experimental-features.md index 08e8eab1cc1..4de757cc885 100644 --- a/docs/eventing/experimental-features.md +++ b/docs/eventing/experimental-features.md @@ -10,7 +10,7 @@ This document explains how to enable experimental features and which ones are av For more details about the process, the feature phases, quality requirements and guarantees, check out the [Experimental features process documentation](https://github.com/knative/eventing/blob/main/docs/experimental-features.md). !!! note - Depending on the feature stage, an experimental feature might be unstable and break your Knative setup or even your cluster setup, use them with caution. + Depending on the feature stage, an experimental feature might be unstable and break your Knative setup or even your cluster setup, use them with caution. For more details about quality guarantees, check out the [Feature stage definition](https://github.com/knative/eventing/blob/main/docs/experimental-features.md#stage-definition). ## Before you begin From ca16a5dd554e8d5227225f42db1eafb2f660f046 Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Tue, 15 Jun 2021 15:50:11 +0200 Subject: [PATCH 3/3] Warning Signed-off-by: Francesco Guardiani --- docs/eventing/experimental-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventing/experimental-features.md b/docs/eventing/experimental-features.md index 4de757cc885..f529ef0d2dc 100644 --- a/docs/eventing/experimental-features.md +++ b/docs/eventing/experimental-features.md @@ -9,7 +9,7 @@ This document explains how to enable experimental features and which ones are av For more details about the process, the feature phases, quality requirements and guarantees, check out the [Experimental features process documentation](https://github.com/knative/eventing/blob/main/docs/experimental-features.md). -!!! note +!!! warning Depending on the feature stage, an experimental feature might be unstable and break your Knative setup or even your cluster setup, use them with caution. For more details about quality guarantees, check out the [Feature stage definition](https://github.com/knative/eventing/blob/main/docs/experimental-features.md#stage-definition).