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: