File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11namespace : istio-system
22bases :
33 - ../base/flagger/
4- - ../base/prometheus/
54patchesStrategicMerge :
65 - 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://flagger- prometheus:9090
13+ - -metrics-server=http://prometheus:9090
1414 - -slack-user=flagger
1515 - -slack-channel=
1616 - -slack-url=
Original file line number Diff line number Diff 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+
1720kubectl -n istio-system get all
1821
1922echo ' >>> Load Flagger image in Kind'
You can’t perform that action at this time.
0 commit comments