Skip to content

Commit a30f95b

Browse files
authored
Update to istio one nine four (canada-ca#2158)
* Update to istio 1.9.3 * Update to Istio 1.9.4
1 parent 15c4636 commit a30f95b

9 files changed

Lines changed: 4587 additions & 8100 deletions

File tree

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ else
2424
kustomize build app/creds/dev | kubectl apply -f -
2525
endif
2626

27+
.PHONY: update-istio
28+
update-istio:
29+
istioctl manifest generate --set meshConfig.accessLogFile=/dev/stdout --set meshConfig.accessLogEncoding=JSON --set values.pilot.traceSampling=100.00 > platform/components/istio/istio.yaml
30+
31+
.PHONY: print-ingress
32+
print-ingress:
33+
kustomize build platform/gke | yq -y '. | select(.kind == "Service" and .metadata.name == "istio-ingressgateway")'
2734

2835
.PHONY: platform
2936
platform:

0 commit comments

Comments
 (0)