Skip to content

Commit

Permalink
update istio 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kazukousen committed Oct 24, 2020
1 parent b90de6e commit f6163c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions kustomize/istio/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
namespace: istio-system
bases:
- ../base/flagger/
- ../base/prometheus/
patchesStrategicMerge:
- patch.yaml
2 changes: 1 addition & 1 deletion kustomize/istio/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
args:
- -log-level=info
- -mesh-provider=istio
- -metrics-server=http://prometheus:9090
- -metrics-server=http://flagger-prometheus:9090
- -slack-user=flagger
- -slack-channel=
- -slack-url=
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-istio-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
spec:
provider:
type: prometheus
address: http://prometheus.istio-system:9090
address: http://flagger-prometheus.istio-system:9090
query: |
histogram_quantile(
0.99,
Expand Down
9 changes: 3 additions & 6 deletions test/e2e-istio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@

set -o errexit

ISTIO_VER="1.6.7"
ISTIO_VER="1.7.3"
REPO_ROOT=$(git rev-parse --show-toplevel)

echo ">>> Downloading Istio ${ISTIO_VER}"
cd ${REPO_ROOT}/bin && \
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=${ISTIO_VER} sh -

echo ">>> Installing Istio ${ISTIO_VER}"
${REPO_ROOT}/bin/istio-${ISTIO_VER}/bin/istioctl manifest apply --set profile=default \
${REPO_ROOT}/bin/istio-${ISTIO_VER}/bin/istioctl manifest install --set profile=default \
--set values.pilot.resources.requests.cpu=100m \
--set values.pilot.resources.requests.memory=100Mi \
--set values.global.configValidation=false

kubectl -n istio-system rollout status deployment/prometheus
--set values.pilot.resources.requests.memory=100Mi

kubectl -n istio-system get all

Expand Down

0 comments on commit f6163c3

Please sign in to comment.