我正在尝试在minikube 1.0.0上部署的Kubernetes 1.13.5上安装Istio 1.13.1,但最终会出现一些错误。这是安装日志:
$ minikube start --memory=4096 --disk-size=30g --kubernetes-version=v1.13.5 --profile=istio
minikube v1.0.0 on darwin (amd64)
Downloading Kubernetes v1.13.5 images in the background ...
Creating virtualbox VM (CPUs=2, Memory=4096MB, Disk=30000MB) ...
2019/04/19 19:51:56 No matching credentials were found, falling back on anonymous
2019/04/19 19:51:56 No matching credentials were found, falling back on anonymous
2019/04/19 19:51:56 No matching credentials were found, falling back on anonymous
2019/04/19 19:51:56 No matching credentials were found, falling back on anonymous
"istio" IP address is 192.168.99.104 …Run Code Online (Sandbox Code Playgroud)