Use kustomize in Istio docs

This commit is contained in:
stefanprodan
2019-11-04 00:35:28 +02:00
parent d0fba2d111
commit b0297213c3
7 changed files with 62 additions and 144 deletions
+2 -2
View File
@@ -94,13 +94,13 @@ kubectl label namespace test istio-injection=enabled
Create a deployment and a horizontal pod autoscaler:
```bash
kubectl apply -k github.com/weaveworks//kustomize/podinfo
kubectl apply -k github.com/weaveworks/flagger//kustomize/podinfo
```
Deploy the load testing service to generate traffic during the canary analysis:
```bash
kubectl apply -k github.com/weaveworks//kustomize/tester
kubectl apply -k github.com/weaveworks/flagger//kustomize/tester
```
Create a canary custom resource (replace example.com with your own domain):