Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/kotlin/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 helm 在Azure Kubernetes服务上安装ISTIO时,向helm传递注释(以创建专用负载平衡器)_Kubernetes Helm_Istio_Azure Aks - Fatal编程技术网

Kubernetes helm 在Azure Kubernetes服务上安装ISTIO时,向helm传递注释(以创建专用负载平衡器)

Kubernetes helm 在Azure Kubernetes服务上安装ISTIO时,向helm传递注释(以创建专用负载平衡器),kubernetes-helm,istio,azure-aks,Kubernetes Helm,Istio,Azure Aks,您好,我正在尝试安装ISTIO与掌舵的Azure kubernetes服务。 我想传递istio的以下值,以便它在azure上请求私有ip annotations: {"service.beta.kubernetes.io/azure-load-balancer-internal": "true"} 有人能告诉我如何在helm命令中传递它,以便它覆盖values.yml中的注释吗 这是我正在使用的掌舵命令,但它给了我一个错误 helm install/opt/istio/istio-1.0


您好,我正在尝试安装ISTIO与掌舵的Azure kubernetes服务。 我想传递istio的以下值,以便它在azure上请求私有ip

annotations: {"service.beta.kubernetes.io/azure-load-balancer-internal": "true"}  
有人能告诉我如何在helm命令中传递它,以便它覆盖values.yml中的注释吗

这是我正在使用的掌舵命令,但它给了我一个错误


helm install/opt/istio/istio-1.0.4/install/kubernetes/helm/istio--name istio--namespace istio system--set gateways.istio-ingresgateway.serviceAnnotations.“service\.beta\.kubernetes\.io/azure load balancer internal”=true

我能够使用以下helm命令创建私有LB

helm install/opt/istio-1.0.4/install/kubernetes/helm/istio--name istio--namespace istio system--set servicegraph.enabled=true--set servicegraph.enable=true--set tracing.enabled=true--set kiali.enabled=true--set prometheus.enabled=true--set gateways.istio-ingresgateway.serviceAnnotations。“service\.beta\.kubernetes\.io/azure负载平衡器内部”=““true””