Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion build/kiali.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ istioctl:
# Install Istio (demo profile) and enable sidecar injection in default namespace
.PHONY: install-istio
install-istio: istioctl
$(ISTIOCTL) install --set profile=demo -y
$(ISTIOCTL) install --set profile=demo \
--set meshConfig.defaultConfig.tracing.zipkin.address=zipkin.istio-system:9411 \
-y
kubectl apply -f $(ISTIO_ADDONS_DIR)/prometheus.yaml -n istio-system
kubectl apply -f $(ISTIO_ADDONS_DIR)/kiali.yaml -n istio-system
kubectl apply -f $(ISTIO_ADDONS_DIR)/jaeger.yaml -n istio-system
Expand Down