Skip to content

Commit

Permalink
Merge branch 'istio:master' into overriding-prev-next
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeshGhadage authored Dec 5, 2024
2 parents e70e6e9 + cfd6225 commit 32cee9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ OpenShift requires that `ztunnel` and `istio-cni` components are installed in th
In addition, you must install `istio-cni` and `ztunnel` in the `kube-system` namespace, for example:

{{< 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 >}}

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/setup/platform-setup/openshift/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Follow these instructions to prepare an OpenShift cluster for Istio.
Install Istio using the OpenShift profile:

{{< text bash >}}
$ istioctl install --set global.platform=openshift
$ istioctl install --set profile=openshift
{{< /text >}}

After installation is complete, expose an OpenShift route for the ingress gateway.
Expand Down
2 changes: 1 addition & 1 deletion content/uk/docs/setup/platform-setup/openshift/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test: no
Встановіть Istio, використовуючи профіль OpenShift:

{{< text bash >}}
$ istioctl install --set global.platform=openshift
$ istioctl install --set profile=openshift
{{< /text >}}

Після завершення встановлення, створіть маршрут OpenShift для ingress gateway:
Expand Down
2 changes: 1 addition & 1 deletion content/zh/docs/setup/platform-setup/openshift/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test: no
使用 OpenShift 配置文件进行安装 Istio:

{{< text bash >}}
$ istioctl install --set global.platform=openshift
$ istioctl install --set profile=openshift
{{< /text >}}

安装 Istio 完成后,通过以下命令为 Ingress Gateway 暴露 OpenShift 路由:
Expand Down

0 comments on commit 32cee9a

Please sign in to comment.