Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 7067585

Browse files
bacherflmowies
authored andcommitted
added note that the script will not work on k8s 1.22+
Signed-off-by: Florian Bacher <[email protected]>
1 parent 447aef9 commit 7067585

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

istio-configuration/configure-istio.sh

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ fi
1818
echo "External IP for istio-ingressgateway is ${INGRESS_IP}, creating configmaps..."
1919

2020
# Applying ingress-manifest
21+
# NOTE: this will not work from K8S version 1.22+ on
22+
# The script needs to be enhanced to check the K8S version when executed
23+
# Work has already been started on this: https://github.com/keptn/examples/pull/180
2124
kubectl apply -f - <<EOF
2225
apiVersion: networking.k8s.io/v1beta1
2326
kind: Ingress

0 commit comments

Comments
 (0)