diff --git a/content/en/docs/setup/platform-setup/openshift/index.md b/content/en/docs/setup/platform-setup/openshift/index.md index 939b5a89901ec..813952c297c22 100644 --- a/content/en/docs/setup/platform-setup/openshift/index.md +++ b/content/en/docs/setup/platform-setup/openshift/index.md @@ -13,10 +13,10 @@ test: no Follow these instructions to prepare an OpenShift cluster for Istio. -Install Istio using the OpenShift profile: +Install Istio using the OpenShift platform profile: {{< text bash >}} -$ istioctl install --set profile=openshift +$ istioctl install --set values.global.platform=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 f006bb31403b1..43bda75fc3a8d 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 profile=openshift +$ istioctl install --set values.global.platform=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 1676b3ed69b73..a9d03b14abcfd 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 profile=openshift +$ istioctl install --set values.global.platform=openshift {{< /text >}} 安装 Istio 完成后,通过以下命令为 Ingress Gateway 暴露 OpenShift 路由: