Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Danny Froberg
microk8s
Commits
26148640
Unverified
Commit
26148640
authored
Feb 18, 2019
by
Konstantinos Tsakalozos
Committed by
GitHub
Feb 18, 2019
Browse files
Upgrade istio to v1.0.5 (#239)
parent
84f0e0cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
build-scripts/prepare-env.sh
View file @
26148640
...
...
@@ -13,7 +13,7 @@ export KUBE_ARCH
export
ETCD_VERSION
=
"
${
ETCD_VERSION
:-
v3
.3.4
}
"
export
CNI_VERSION
=
"
${
CNI_VERSION
:-
v0
.7.1
}
"
export
ISTIO_VERSION
=
"
${
ISTIO_VERSION
:-
v1
.0.
0
}
"
export
ISTIO_VERSION
=
"
${
ISTIO_VERSION
:-
v1
.0.
5
}
"
export
KUBE_TRACK
=
"
${
KUBE_TRACK
:-}
"
export
KUBE_SNAP_BINS
=
"
${
KUBE_SNAP_BINS
:-}
"
...
...
tests/validators.py
View file @
26148640
...
...
@@ -148,7 +148,6 @@ def validate_istio():
"galley"
,
"ingressgateway"
,
"sidecar-injector"
,
"statsd-prom-bridge"
,
]
for
service
in
istio_services
:
wait_for_pod_state
(
""
,
"istio-system"
,
"running"
,
label
=
"istio={}"
.
format
(
service
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment