From 85a1c8b6aa0239bffa34dfdb4fdc82ae95b28e41 Mon Sep 17 00:00:00 2001 From: Lin Sun Date: Sun, 3 Jun 2018 22:49:30 -0400 Subject: [PATCH] annotation in metadata not directly in template (#1426) --- content/docs/setup/kubernetes/upgrading-istio.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/docs/setup/kubernetes/upgrading-istio.md b/content/docs/setup/kubernetes/upgrading-istio.md index 4cdbda28ca..00689b281a 100644 --- a/content/docs/setup/kubernetes/upgrading-istio.md +++ b/content/docs/setup/kubernetes/upgrading-istio.md @@ -92,8 +92,9 @@ one of the options below: ... spec: template: - annotations: - sidecar.istio.io/proxyImage: docker.io/istio/proxyv2:0.8.0 + metadata: + annotations: + sidecar.istio.io/proxyImage: docker.io/istio/proxyv2:0.8.0 ``` Then replace your deployment with your updated application yaml file: @@ -229,4 +230,4 @@ spec: trafficPolicy: tls: mode: DISABLE -``` \ No newline at end of file +```