Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 1.12 KB

installation.md

File metadata and controls

9 lines (6 loc) · 1.12 KB

Installation

We currently support 2 methods of installation:

  1. Installation in an OpenShift cluster using the OLM.
  2. Manual installation in a Kubernetes or OpenShift cluster by manually deploying the operator manifests.

After installation, use the sample CR definition to deploy the NGINX Ingress Controller using the operator.

Note: Some users reported an OOMkilled error when they deployed the NGINX Ingress Operator in a large cluster with multiple namespaces and Kubernetes objects. This is due to the helm operator caching every Kubernetes object in the cluster, and thus consuming too much system memory. If you encounter this issue, consider setting the operator to only watch one namespace. If watching multiple namespaces is required in your use case, try manually increasing the memory limit for the operator. Note that the value might be overwritten after a release update. We are working with the OpenShift team to resolve this issue.