We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d530fb2 commit 0bcc926Copy full SHA for 0bcc926
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
239
In addition, you must install `istio-cni` and `ztunnel` in the `kube-system` namespace, for example:
240
241
{{< text syntax=bash >}}
242
- $ 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
243
$ helm install ztunnel istio/ztunnel -n kube-system --set profile=ambient --set global.platform=openshift --wait
244
{{< /text >}}
245
0 commit comments