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

Commit

Permalink
added note that the script will not work on k8s 1.22+
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl authored and mowies committed Sep 27, 2021
1 parent 447aef9 commit 7067585
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions istio-configuration/configure-istio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 - <<EOF
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
Expand Down

0 comments on commit 7067585

Please sign in to comment.