diff --git a/content/blog/2017/0.1-canary/index.md b/content/blog/2017/0.1-canary/index.md index 9172850fd2..32af85ca5e 100644 --- a/content/blog/2017/0.1-canary/index.md +++ b/content/blog/2017/0.1-canary/index.md @@ -110,6 +110,20 @@ spec: host: helloworld subset: v2 weight: 10 +--- +apiVersion: networking.istio.io/v1alpha3 +kind: DestinationRule +metadata: + name: helloworld +spec: + host: helloworld + subsets: + - name: v1 + labels: + version: v1 + - name: v2 + labels: + version: v2 EOF {{< /text >}}