mirror of https://github.com/istio/istio.io.git
				
				
				
			
							parent
							
								
									1a63957015
								
							
						
					
					
						commit
						55227f0996
					
				| 
						 | 
				
			
			@ -69,8 +69,8 @@ integrates with them, you must pass additional arguments to the
 | 
			
		|||
{{< text bash >}}
 | 
			
		||||
$ helm template \
 | 
			
		||||
    --set kiali.enabled=true \
 | 
			
		||||
    --set "kiali.dashboard.jaegerURL=http://$(kubectl get svc tracing -o jsonpath='{.spec.clusterIP}'):80" \
 | 
			
		||||
    --set "kiali.dashboard.grafanaURL=http://$(kubectl get svc grafana -o jsonpath='{.spec.clusterIP}'):3000" \
 | 
			
		||||
    --set "kiali.dashboard.jaegerURL=http://$(kubectl get svc tracing --namespace istio-system -o jsonpath='{.spec.clusterIP}'):80" \
 | 
			
		||||
    --set "kiali.dashboard.grafanaURL=http://$(kubectl get svc grafana --namespace istio-system -o jsonpath='{.spec.clusterIP}'):3000" \
 | 
			
		||||
    install/kubernetes/helm/istio \
 | 
			
		||||
    --name istio --namespace istio-system > $HOME/istio.yaml
 | 
			
		||||
$ kubectl apply -f $HOME/istio.yaml
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -51,8 +51,8 @@ $ kubectl apply -f $HOME/istio.yaml
 | 
			
		|||
{{< text bash >}}
 | 
			
		||||
$ helm template \
 | 
			
		||||
    --set kiali.enabled=true \
 | 
			
		||||
    --set "kiali.dashboard.jaegerURL=http://$(kubectl get svc tracing -o jsonpath='{.spec.clusterIP}'):80" \
 | 
			
		||||
    --set "kiali.dashboard.grafanaURL=http://$(kubectl get svc grafana -o jsonpath='{.spec.clusterIP}'):3000" \
 | 
			
		||||
    --set "kiali.dashboard.jaegerURL=http://$(kubectl get svc tracing --namespace istio-system -o jsonpath='{.spec.clusterIP}'):80" \
 | 
			
		||||
    --set "kiali.dashboard.grafanaURL=http://$(kubectl get svc grafana --namespace istio-system -o jsonpath='{.spec.clusterIP}'):3000" \
 | 
			
		||||
    install/kubernetes/helm/istio \
 | 
			
		||||
    --name istio --namespace istio-system > $HOME/istio.yaml
 | 
			
		||||
$ kubectl apply -f $HOME/istio.yaml
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue