Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,7 @@ otel-collector
outsized
overridden
Ovidiu
OVN-Kubernetes
p50
p90
p99
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ For example:

OpenShift requires that `ztunnel` and `istio-cni` components are installed in the `kube-system` namespace, and that you set `global.platform=openshift` for all charts.

Note: If your pod manifests include liveness or readiness probes, the OVN-Kubernetes CNI must be configured to run in `local` gateway mode for these probes to work
properly. In this mode, traffic is routed through the host and applied to the host’s routing table. By default, OVN-Kubernetes runs in `shared` gateway mode, where
traffic bypasses the host and OVS sends it directly to the node IP interface. To switch from `shared` to `local` gateway mode at runtime, follow the steps
described [here](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/ovn-kubernetes_network_plugin/configuring-gateway-mode#configuring-gateway-mode).

{{< tabset category-name="install-method" >}}

{{< tab name="Helm" category-value="helm" >}}
Expand Down