From 136022020fb6e0de0328df47c38623eec765936d Mon Sep 17 00:00:00 2001 From: Simon Gerber Date: Wed, 10 Nov 2021 09:43:39 +0100 Subject: [PATCH] Add note about K8s compatibility in docs --- docs/modules/ROOT/pages/index.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 96226f21..66aa663f 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -7,3 +7,9 @@ chart] on a Syn-enabled cluster. The component defaults to provisioning a Bitnami Postgres database via the Keycloak helm chart, but this behavior can be overridden using the `keycloak.postgres` parameters exposed by the component. + +[NOTE] +==== +This component doesn't support Kubernetes versions older than 1.14 anymore. +This is because it generates `Ingress` resources with `apiVersion: networking.k8s.io/v1`. +====