From bfa1201beddfb399540a8d19430c71ba0596a8b1 Mon Sep 17 00:00:00 2001 From: Faseela K Date: Mon, 22 Jan 2024 16:58:52 +0100 Subject: [PATCH] Fix warning for compatibilityVersion (#14515) Signed-off-by: Faseela K --- .../docs/setup/additional-setup/compatibility-versions/index.md | 2 +- .../docs/setup/additional-setup/compatibility-versions/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/setup/additional-setup/compatibility-versions/index.md b/content/en/docs/setup/additional-setup/compatibility-versions/index.md index 85198442e4..8301b8513b 100644 --- a/content/en/docs/setup/additional-setup/compatibility-versions/index.md +++ b/content/en/docs/setup/additional-setup/compatibility-versions/index.md @@ -49,7 +49,7 @@ For instance, if you are upgrading from version {{< istio_previous_version >}}: {{< text shell >}} $ istioctl x precheck --from-version {{< istio_previous_version >}} -Warning [IST0168] (DestinationRule default/tls) The configuration "ENABLE_AUTO_SNI" changed in release 1.20: previously, no SNI would be set; now it will be automatically set. Or, install with `--set compatibility-version=1.20` to retain the old default. +Warning [IST0168] (DestinationRule default/tls) The configuration "ENABLE_AUTO_SNI" changed in release 1.20: previously, no SNI would be set; now it will be automatically set. Or, install with `--set compatibilityVersion=1.20` to retain the old default. Error: Issues found when checking the cluster. Istio may not be safe to install or upgrade. See https://istio.io/v1.21/docs/reference/config/analysis for more information about causes and resolutions. {{< /text >}} diff --git a/content/zh/docs/setup/additional-setup/compatibility-versions/index.md b/content/zh/docs/setup/additional-setup/compatibility-versions/index.md index 0139bbbe6c..ce6eab0c46 100644 --- a/content/zh/docs/setup/additional-setup/compatibility-versions/index.md +++ b/content/zh/docs/setup/additional-setup/compatibility-versions/index.md @@ -52,7 +52,7 @@ $ helm install ... --set compatibilityVersion={{< istio_previous_version >}} {{< text shell >}} $ istioctl x precheck --from-version {{< istio_previous_version >}} -Warning [IST0168] (DestinationRule default/tls) The configuration "ENABLE_AUTO_SNI" changed in release 1.20: previously, no SNI would be set; now it will be automatically set. Or, install with `--set compatibility-version=1.20` to retain the old default. +Warning [IST0168] (DestinationRule default/tls) The configuration "ENABLE_AUTO_SNI" changed in release 1.20: previously, no SNI would be set; now it will be automatically set. Or, install with `--set compatibilityVersion=1.20` to retain the old default. Error: Issues found when checking the cluster. Istio may not be safe to install or upgrade. See https://istio.io/v1.21/docs/reference/config/analysis for more information about causes and resolutions. {{< /text >}}