From cffa20642c4465b15d4536af2649ae9d710d2f3e Mon Sep 17 00:00:00 2001 From: Eric Van Norman Date: Wed, 12 Jun 2019 13:56:53 -0500 Subject: [PATCH] Fix warning (#4366) --- content/docs/setup/kubernetes/upgrade/steps/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/setup/kubernetes/upgrade/steps/index.md b/content/docs/setup/kubernetes/upgrade/steps/index.md index d318b3c7a1..472b21d114 100644 --- a/content/docs/setup/kubernetes/upgrade/steps/index.md +++ b/content/docs/setup/kubernetes/upgrade/steps/index.md @@ -13,10 +13,10 @@ please ensure your Istio control plane components and your applications are highly available with multiple replicas (as multi-replica Citadel is still under development, Citadel should be deployed with one replica). -{{ warning }} +{{< warning >}} Citadel does not support multiple instances. Running multiple Citadel instances may introduce race conditions and lead to system outages. -{{ /warning }} +{{< /warning >}} This flow assumes that the Istio components are installed and upgraded in the `istio-system` namespace.