无法安装Istio演示配置文件。错误:无法配置日志

我已经在笔记本电脑上安装了Minikube。我正在尝试运行Istio。我已按照此处给出的说明进行操作。 https://istio.io/docs/setup/getting-started/

我的设置如下。

  • microsoft Windows 10专业版
  • Minikube 1.5.2版
  • Kubernetes版本1.16.2
  • Istio 1.4版

当我运行文档中给出的命令时

  istioctl manifest apply --set profile=demo

无法立即给出以下错误。

  

无法配置日志:无法打开接收器“ / dev / null”:打开   / dev / null:系统找不到指定的路径。

有人遇到过这个问题吗?预先感谢您提供任何指导。

hxj752367319 回答:无法安装Istio演示配置文件。错误:无法配置日志

尝试添加标志--logtostderr。

objBackupCalRestrictedItems.Count
,

我检查了istio github,三天前报告了相同的issue

据我所知

  

此问题是Windows特有的,应在大约2周内在1.4.1版本中修复

目前,我建议使用头盔代替istioctl,就像他在回答中提到的@lain一样。

编辑

上面github链接中提供了istio 1.4.0的解决方法

  

最后,我把手伸到了Windows机器上。 1.4.0(Istio版本档案的文件夹)的解决方法:

istioctl manifest apply --set profile=demo --logtostderr --set installPackagePath=install/kubernetes/operator/charts 
本文链接:https://www.f2er.com/3074280.html

大家都在问