Fix warning for compatibilityVersion (#14515)

Signed-off-by: Faseela K <faseela.k@est.tech>
This commit is contained in:
Faseela K 2024-01-22 16:58:52 +01:00 committed by GitHub
parent a005918603
commit bfa1201bed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ For instance, if you are upgrading from version {{< istio_previous_version >}}:
{{< text shell >}} {{< text shell >}}
$ istioctl x precheck --from-version {{< istio_previous_version >}} $ 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. 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. See https://istio.io/v1.21/docs/reference/config/analysis for more information about causes and resolutions.
{{< /text >}} {{< /text >}}

View File

@ -52,7 +52,7 @@ $ helm install ... --set compatibilityVersion={{< istio_previous_version >}}
{{< text shell >}} {{< text shell >}}
$ istioctl x precheck --from-version {{< istio_previous_version >}} $ 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. 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. See https://istio.io/v1.21/docs/reference/config/analysis for more information about causes and resolutions.
{{< /text >}} {{< /text >}}