Skip to content

Commit

Permalink
Fix istioctl install command for OpenShift (#16049)
Browse files Browse the repository at this point in the history
Fixes: #16047

Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
  • Loading branch information
sridhargaddam authored Dec 4, 2024
1 parent 0bcc926 commit cfd6225
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 cfd6225

Please sign in to comment.