From 951a8b0d4811af3446603cccbf20f4a49a78cffe Mon Sep 17 00:00:00 2001 From: Sridhar Gaddam Date: Thu, 5 Dec 2024 00:34:47 +0530 Subject: [PATCH] Fix istioctl install command for OpenShift Fixes: https://github.com/istio/istio.io/issues/16047 Signed-off-by: Sridhar Gaddam --- content/en/docs/setup/platform-setup/openshift/index.md | 2 +- content/uk/docs/setup/platform-setup/openshift/index.md | 2 +- content/zh/docs/setup/platform-setup/openshift/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/setup/platform-setup/openshift/index.md b/content/en/docs/setup/platform-setup/openshift/index.md index 99ad1ac87cf0a..939b5a89901ec 100644 --- a/content/en/docs/setup/platform-setup/openshift/index.md +++ b/content/en/docs/setup/platform-setup/openshift/index.md @@ -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. diff --git a/content/uk/docs/setup/platform-setup/openshift/index.md b/content/uk/docs/setup/platform-setup/openshift/index.md index 579dc2a9aecb2..f006bb31403b1 100644 --- a/content/uk/docs/setup/platform-setup/openshift/index.md +++ b/content/uk/docs/setup/platform-setup/openshift/index.md @@ -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: diff --git a/content/zh/docs/setup/platform-setup/openshift/index.md b/content/zh/docs/setup/platform-setup/openshift/index.md index 21e442112933c..1676b3ed69b73 100644 --- a/content/zh/docs/setup/platform-setup/openshift/index.md +++ b/content/zh/docs/setup/platform-setup/openshift/index.md @@ -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 路由: