mirror of https://github.com/istio/istio.io.git
Fix warning for compatibilityVersion (#14515)
Signed-off-by: Faseela K <faseela.k@est.tech>
This commit is contained in:
parent
a005918603
commit
bfa1201bed
|
|
@ -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 >}}
|
||||||
|
|
|
||||||
|
|
@ -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 >}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue