【发布时间】:2020-05-13 06:03:44
【问题描述】:
我想尝试使用这个演示应用程序在 gke 上部署 WASM 扩展 https://github.com/GoogleCloudPlatform/microservices-demo
意识到 GKE 还不支持 istio 1.5.x https://cloud.google.com/istio/docs/istio-on-gke/versions
所以我只是尝试
$> istioctl upgrade --force
并在此处收到“安装完成”消息
https://gist.github.com/taegyunkim/dc00a34934968bd6adf13fb2b5ec1ff9
然后按照建议重新启动 pod
为了验证更新,我运行了$> istioctl version 并得到了这个:
client version: 1.5.2
citadel version: 1.4.6-gke.0
galley version: 1.4.6-gke.0
ingressgateway version: 1.4.6-gke.0
pilot version: 1.4.6-gke.0
policy version: 1.4.6-gke.0
sidecar-injector version: 1.4.6-gke.0
telemetry version: 1.4.6-gke.0
pilot version: 1.5.2
data plane version: 1.4.6-gke.0 (18 proxies)
它看起来没有更新。有没有办法正确地做到这一点?
【问题讨论】:
标签: google-kubernetes-engine istio envoyproxy