From 0bcc926ff8dcb665ce6e37491ed0b09c89c90877 Mon Sep 17 00:00:00 2001 From: Sridhar Gaddam Date: Wed, 4 Dec 2024 19:30:37 +0530 Subject: [PATCH 1/2] Fix typo in OpenShift pre-requisites for ambient (#16045) Signed-off-by: Sridhar Gaddam --- content/en/docs/ambient/install/platform-prerequisites/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/ambient/install/platform-prerequisites/index.md b/content/en/docs/ambient/install/platform-prerequisites/index.md index db788eeb2ae30..582831b490fbe 100644 --- a/content/en/docs/ambient/install/platform-prerequisites/index.md +++ b/content/en/docs/ambient/install/platform-prerequisites/index.md @@ -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 >}} From cfd6225e94499d7a85e854f0dea4f6aacab7d926 Mon Sep 17 00:00:00 2001 From: Sridhar Gaddam Date: Thu, 5 Dec 2024 00:43:37 +0530 Subject: [PATCH 2/2] Fix istioctl install command for OpenShift (#16049) 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 路由: