File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11namespace : istio-system
22bases :
33 - ../base/flagger/
4+ - ../base/prometheus/
45patchesStrategicMerge :
56 - patch.yaml
Original file line number Diff line number Diff line change 1010 args :
1111 - -log-level=info
1212 - -mesh-provider=istio
13- - -metrics-server=http://prometheus:9090
13+ - -metrics-server=http://flagger- prometheus:9090
1414 - -slack-user=flagger
1515 - -slack-channel=
1616 - -slack-url=
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ metadata:
1515spec:
1616 provider:
1717 type: prometheus
18- address: http://prometheus.istio-system:9090
18+ address: http://flagger- prometheus.istio-system:9090
1919 query: |
2020 histogram_quantile(
2121 0.99,
Original file line number Diff line number Diff line change 22
33set -o errexit
44
5- ISTIO_VER=" 1.6.7 "
5+ ISTIO_VER=" 1.7.3 "
66REPO_ROOT=$( git rev-parse --show-toplevel)
77
88echo " >>> Downloading Istio ${ISTIO_VER} "
99cd ${REPO_ROOT} /bin && \
1010curl -L https://istio.io/downloadIstio | ISTIO_VERSION=${ISTIO_VER} sh -
1111
1212echo " >>> Installing Istio ${ISTIO_VER} "
13- ${REPO_ROOT} /bin/istio-${ISTIO_VER} /bin/istioctl manifest apply --set profile=default \
13+ ${REPO_ROOT} /bin/istio-${ISTIO_VER} /bin/istioctl manifest install --set profile=default \
1414 --set values.pilot.resources.requests.cpu=100m \
15- --set values.pilot.resources.requests.memory=100Mi \
16- --set values.global.configValidation=false
17-
18- kubectl -n istio-system rollout status deployment/prometheus
15+ --set values.pilot.resources.requests.memory=100Mi
1916
2017kubectl -n istio-system get all
2118
You can’t perform that action at this time.
0 commit comments