Sync #16045 fix typo in OpenShift pre-requisites for ambient into Chinese (#16046)

This commit is contained in:
Wilson Wu 2024-12-19 17:12:09 +08:00 committed by GitHub
parent 5ead60974b
commit 9eb9ba17d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ OpenShift 要求在 `kube-system` 命名空间中安装 `ztunnel` 和 `istio-cni
此外,必须在 `kube-system` 命名空间中安装 `istio-cni``ztunnel`,例如:
{{< text syntax=bash >}}
$ helm install istio-cni istio/istio-cni -n kube-system --set profile=ambient --set global.platform=openshift --wait
$ helm install istio-cni istio/cni -n kube-system --set profile=ambient --set global.platform=openshift --wait
$ helm install ztunnel istio/ztunnel -n kube-system --set profile=ambient --set global.platform=openshift --wait
{{< /text >}}