Skip to content

Commit 265f4f0

Browse files
committed
use prometheus addon
1 parent f6163c3 commit 265f4f0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

kustomize/istio/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
namespace: istio-system
22
bases:
33
- ../base/flagger/
4-
- ../base/prometheus/
54
patchesStrategicMerge:
65
- patch.yaml

kustomize/istio/patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
args:
1111
- -log-level=info
1212
- -mesh-provider=istio
13-
- -metrics-server=http://flagger-prometheus:9090
13+
- -metrics-server=http://prometheus:9090
1414
- -slack-user=flagger
1515
- -slack-channel=
1616
- -slack-url=

test/e2e-istio.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ${REPO_ROOT}/bin/istio-${ISTIO_VER}/bin/istioctl manifest install --set profile=
1414
--set values.pilot.resources.requests.cpu=100m \
1515
--set values.pilot.resources.requests.memory=100Mi
1616

17+
kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.7/samples/addons/prometheus.yaml
18+
kubectl -n istio-system rollout status deployment/prometheus
19+
1720
kubectl -n istio-system get all
1821

1922
echo '>>> Load Flagger image in Kind'

0 commit comments

Comments
 (0)