Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 1.41 KB

openshift-installation.md

File metadata and controls

20 lines (13 loc) · 1.41 KB

Installation in an Openshift cluster the OLM

This installation method is the recommended way for Openshift users. Note: Openshift version must be 4.2 or higher.

Note: The nginx-ingress-operator supports Basic Install only - we do not support auto-updates. When you are installing the Operator using the OLM, the auto-update feature should be disabled to avoid breaking changes being auto-applied. In OpenShift, this can be done by setting the Approval Strategy to Manual. Please see the Operator SDK docs for more details on the Operator Capability Levels.

The NGINX Ingress Operator is a RedHat certified Operator.

  1. In the Openshift dashboard, click Operators > Operator Hub in the left menu and use the search box to type nginx ingress: alt text
  2. Click the NGINX Ingress Operator and click Install: alt text
  3. Click Subscribe: alt text

Openshift will install the NGINX Ingress Operator:

alt text

You can now deploy the NGINX Ingress Controller instances following the examples.