Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Kubernetes Can';在istio系统命名空间中找不到群集本地网关_Kubernetes_Google Cloud Platform_Istio_Knative - Fatal编程技术网

Kubernetes Can';在istio系统命名空间中找不到群集本地网关

Kubernetes Can';在istio系统命名空间中找不到群集本地网关,kubernetes,google-cloud-platform,istio,knative,Kubernetes,Google Cloud Platform,Istio,Knative,我正在使用Knative在K8s中部署无服务器应用程序,最近我发现istio系统名称空间中缺少集群本地网关,这有什么原因吗。。?恐怕在最新的版本中,istio删除了它,或者,它必须由Knative一方完成。 仅供参考-我在启用istio的GCP中进行部署。我没有手动安装istio,群集本地网关需要作为knative安装的一部分进行安装。由于您使用GKE安装istio而不是使用helm,因此需要手动安装 kubectl apply -f https://raw.githubusercontent.

我正在使用Knative在K8s中部署无服务器应用程序,最近我发现istio系统名称空间中缺少集群本地网关,这有什么原因吗。。?恐怕在最新的版本中,istio删除了它,或者,它必须由Knative一方完成。
仅供参考-我在启用istio的GCP中进行部署。我没有手动安装istio,群集本地网关需要作为knative安装的一部分进行安装。由于您使用GKE安装istio而不是使用helm,因此需要手动安装

kubectl apply -f https://raw.githubusercontent.com/knative/serving/master/third_party/${VERSION}/istio-knative-extras.yaml
这里的版本是istio版本,即
istio-1.5.0


群集本地网关需要作为knative安装的一部分进行安装。由于您使用GKE安装istio而不是使用helm,因此需要手动安装

kubectl apply -f https://raw.githubusercontent.com/knative/serving/master/third_party/${VERSION}/istio-knative-extras.yaml
这里的版本是istio版本,即
istio-1.5.0