From 68e8425c9a4faa5e76fd68d467e6f77be0e5f6a7 Mon Sep 17 00:00:00 2001 From: Yusmen Zabanov Date: Fri, 18 Oct 2024 14:01:20 +0000 Subject: [PATCH] Add experimental feature warning to install guide for kind Co-authored-by: Danail Branekov --- INSTALL.kind.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL.kind.md b/INSTALL.kind.md index 0df7fc374..19f4a4878 100644 --- a/INSTALL.kind.md +++ b/INSTALL.kind.md @@ -5,6 +5,9 @@ In order to install korifi on kind effortlessly we have prepared an installation job definition that you simply apply to your kind cluster. It will install korifi with reasonable defautls using a local docker registry (also running on your kind cluster). +> **Warning** +> The installer will deploy korifi with experimental features. To find out more please check out the `experimental` section of korifi's helm [values](./helm/korifi/values.yaml) file. + ## Cluster creation In order to access the Korifi API, we'll need to [expose the cluster ingress locally](https://kind.sigs.k8s.io/docs/user/ingress/). To do it, create your kind cluster using a command like this: