diff --git a/clr-k8s-examples/5-ingres-lb/overlays/nginx-0.25.1/kustomization.yaml b/clr-k8s-examples/5-ingres-lb/overlays/nginx-0.25.1/kustomization.yaml new file mode 100644 index 0000000..afbf3c7 --- /dev/null +++ b/clr-k8s-examples/5-ingres-lb/overlays/nginx-0.25.1/kustomization.yaml @@ -0,0 +1,4 @@ +resources: + - ingress-nginx/deploy/static/mandatory.yaml + - ingress-nginx/deploy/static/provider/baremetal/service-nodeport.yaml + diff --git a/clr-k8s-examples/create_stack.sh b/clr-k8s-examples/create_stack.sh index 77a2bc0..937c778 100755 --- a/clr-k8s-examples/create_stack.sh +++ b/clr-k8s-examples/create_stack.sh @@ -189,8 +189,9 @@ function dashboard() { kubectl apply -k "${DASHBOARD_DIR}/overlays/${DASHBOARD_VER}" } + function ingres() { - INGRES_VER=${1:-nginx-0.25.0} + INGRES_VER=${1:-nginx-0.25.1} INGRES_URL="https://github.com/kubernetes/ingress-nginx.git" INGRES_DIR="5-ingres-lb" get_repo "${INGRES_URL}" "${INGRES_DIR}/overlays/${INGRES_VER}"