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.
- In the Openshift dashboard, click
Operators
>Operator Hub
in the left menu and use the search box to typenginx ingress
: - Click the
NGINX Ingress Operator
and clickInstall
: - Click
Subscribe
:
Openshift will install the NGINX Ingress Operator:
You can now deploy the NGINX Ingress Controller instances following the examples.