From 70675855f33dc861ef18d21e991fe7960901d32a Mon Sep 17 00:00:00 2001 From: Florian Bacher Date: Fri, 18 Jun 2021 11:20:47 +0200 Subject: [PATCH] added note that the script will not work on k8s 1.22+ Signed-off-by: Florian Bacher --- istio-configuration/configure-istio.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/istio-configuration/configure-istio.sh b/istio-configuration/configure-istio.sh index 3ca64c6..860ac00 100755 --- a/istio-configuration/configure-istio.sh +++ b/istio-configuration/configure-istio.sh @@ -18,6 +18,9 @@ fi echo "External IP for istio-ingressgateway is ${INGRESS_IP}, creating configmaps..." # Applying ingress-manifest +# NOTE: this will not work from K8S version 1.22+ on +# The script needs to be enhanced to check the K8S version when executed +# Work has already been started on this: https://github.com/keptn/examples/pull/180 kubectl apply -f - <