【无标题】大陆地区如何安装istio以及kind如何导入镜像
大陆如何下载istio压缩包
wget --no-check-certificate https://github.com/istio/istio/releases/download/1.30.3/istio-1.30.3-linux-amd64.tar.gz
带国内镜像仓库安装demo配置
istioctl install --set profile=demo --set hub=m.daocloud.io/docker.io/istio -y
把本地 Docker 里已经拉取好的镜像mccutchen/go-httpbin:v2.15.0,上传导入到名叫istio-cluster的 Kind 集群所有节点容器中
kind load docker-image mccutchen/go-httpbin:v2.15.0 -n istio-cluster
