This repository was archived by the owner on Aug 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
5-ingres-lb/overlays/controller-v1.3.0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ resources :
2+ - ingress-nginx/deploy/static/provider/baremetal/deploy.yaml
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ KATA_VER="${CLRK8S_KATA_VER:-2.3.3}"
2727ROOK_VER=" ${CLRK8S_ROOK_VER:- v1.8.6} "
2828METRICS_VER=" ${CLRK8S_METRICS_VER:- v0.6.1} "
2929DASHBOARD_VER=" ${CLRK8S_DASHBOARD_VER:- v2.0.0-beta2} "
30- INGRES_VER=" ${CLRK8S_INGRES_VER:- nginx-0.26.1 } "
30+ INGRES_VER=" ${CLRK8S_INGRES_VER:- controller-v1.3.0 } "
3131EFK_VER=" ${CLRK8S_EFK_VER:- v1.15.1} "
3232METALLB_VER=" ${CLRK8S_METALLB_VER:- v0.8.3} "
3333NPD_VER=" ${CLRK8S_NPD_VER:- v0.6.6} "
@@ -258,10 +258,11 @@ function monitoring() {
258258 set_repo_version " ${PROMETHEUS_VER} " " ${PROMETHEUS_DIR} /overlays/${PROMETHEUS_VER} /kube-prometheus"
259259 kubectl apply --server-side -f " ${PROMETHEUS_DIR} /overlays/${PROMETHEUS_VER} /kube-prometheus/manifests/setup/"
260260
261- while ! [[ $( kubectl get servicemonitors --all-namespaces ) ]]; do
261+ while ! [[ $( kubectl get crd alertmanagers.monitoring.coreos.com prometheuses.monitoring.coreos.com prometheusrules.monitoring.coreos.com servicemonitors.monitoring.coreos.com ) ]]; do
262262 echo " Waiting for prometheus crds"
263263 sleep 10
264264 done
265+
265266 kubectl apply -k " ${PROMETHEUS_DIR} /overlays/${PROMETHEUS_VER} /"
266267
267268 # Expose the dashboards
You can’t perform that action at this time.
0 commit comments