Skip to content

Commit cfd6225

Browse files
Fix istioctl install command for OpenShift (#16049)
Fixes: #16047 Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
1 parent 0bcc926 commit cfd6225

File tree

3 files changed

+3
-3
lines changed
  • content
    • en/docs/setup/platform-setup/openshift
    • uk/docs/setup/platform-setup/openshift
    • zh/docs/setup/platform-setup/openshift

3 files changed

+3
-3
lines changed

content/en/docs/setup/platform-setup/openshift/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Follow these instructions to prepare an OpenShift cluster for Istio.
1616
Install Istio using the OpenShift profile:
1717

1818
{{< text bash >}}
19-
$ istioctl install --set global.platform=openshift
19+
$ istioctl install --set profile=openshift
2020
{{< /text >}}
2121

2222
After installation is complete, expose an OpenShift route for the ingress gateway.

content/uk/docs/setup/platform-setup/openshift/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test: no
1616
Встановіть Istio, використовуючи профіль OpenShift:
1717

1818
{{< text bash >}}
19-
$ istioctl install --set global.platform=openshift
19+
$ istioctl install --set profile=openshift
2020
{{< /text >}}
2121

2222
Після завершення встановлення, створіть маршрут OpenShift для ingress gateway:

content/zh/docs/setup/platform-setup/openshift/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test: no
1616
使用 OpenShift 配置文件进行安装 Istio:
1717

1818
{{< text bash >}}
19-
$ istioctl install --set global.platform=openshift
19+
$ istioctl install --set profile=openshift
2020
{{< /text >}}
2121

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

0 commit comments

Comments
 (0)