Update Istio e2e to v1.2.2

Disable galley and MCP
This commit is contained in:
stefanprodan
2019-06-29 10:27:40 +03:00
parent 004b1cc7dd
commit 493554178f
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -22,14 +22,12 @@ sidecarInjectorWebhook:
# galley configuration
galley:
enabled: true
enabled: false
# mixer configuration
mixer:
policy:
enabled: false
replicaCount: 1
autoscaleEnabled: false
telemetry:
enabled: true
replicaCount: 1
@@ -59,4 +57,4 @@ global:
limits:
cpu: 1000m
memory: 256Mi
useMCP: true
useMCP: false
+1 -1
View File
@@ -2,7 +2,7 @@
set -o errexit
ISTIO_VER="1.2.0"
ISTIO_VER="1.2.2"
REPO_ROOT=$(git rev-parse --show-toplevel)
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"