y0zg / ibm-ingress-nginx-operator

operator for ingress nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ibm-ingress-nginx-operator

Important: Do not install this operator directly. Only install this operator using the IBM Common Services Operator. For more information about installing this operator and other Common Services operators, see Installer documentation. If you are using this operator as part of an IBM Cloud Pak, see the documentation for that IBM Cloud Pak to learn more about how to install and use the operator service. For more information about IBM Cloud Paks, see IBM Cloud Paks that use Common Services.

The IBM Ingress Nginx Repo operator provides a Helm chart repository for storing and supplying IBM and local charts.

The Ingress Nginx Operator installs the following components:

  • The Ingress Nginx service (controller)
  • A deployment to running Ingress Nginx controller pod
  • A service default-http-backend
  • A configmap nginx-ingress-controller
  • A service account nginx-ingress
  • A route cp-proxy

For more information about the available IBM Cloud Platform Common Services, see the IBM Knowledge Center.

Supported platforms

Red Hat OpenShift Container Platform 4.3 or newer installed on one of the following platforms:

  • Linux x86_64
  • Linux on Power (ppc64le)
  • Linux on IBM Z and LinuxONE

Operator versions

  • 1.1.0
  • 1.2.0
  • 1.2.1
  • 1.2.2
  • 1.3.0
  • 1.3.1
  • 1.4.0
  • 1.4.1
  • 1.5.0
  • 1.6.0
  • 1.7.0
  • 1.7.1
  • 1.8.0
  • 1.9.0
  • 1.9.1
  • 1.10.0
  • 1.11.0
  • 1.12.0

Prerequisites

Before you install this operator, you need to first install the operator dependencies and prerequisites:

Documentation

To install the operator with the IBM Common Services Operator follow the the installation and configuration instructions within the IBM Knowledge Center.

  • If you are using the operator as part of an IBM Cloud Pak, see the documentation for that IBM Cloud Pak. For a list of IBM Cloud Paks, see IBM Cloud Paks that use Common Services.
  • If you are using the operator with an IBM Containerized Software, see the IBM Cloud Platform Common Services Knowledge Center Installer documentation.

SecurityContextConstraints Requirements

The Ingress Nginx service requires running with the OpenShift Container Platform 4.3 default privileged Security Context Constraints (SCCs).

For more information about the OpenShift Container Platform Security Context Constraints, see Managing Security Context Constraints.

Developer guide

If, as a developer, you are looking to build and test this operator to try out and learn more about the operator and its capabilities, you can use the following developer guide. This guide provides commands for a quick install and initial validation for running the operator.

Important: The following developer guide is provided as-is and only for trial and education purposes. IBM and IBM Support does not provide any support for the usage of the operator with this developer guide. For the official supported install and usage guide for the operator, see the the IBM Knowledge Center documentation for your IBM Cloud Pak or for IBM Cloud Platform Common Services.

Quick start guide

Use the following quick start commands for building and testing the operator:

Cloning the operator repository

# git clone https://github.com/IBM/ibm-ingress-nginx-operator.git
# cd ibm-ingress-nginx-operator

Building the operator image

# make build

Installing the operator

# make install

Uninstalling the operator

# make uninstall

Debugging guide

Use the following commands to debug the operator:

Check the Cluster Service Version (CSV) installation status

# oc get csv
# oc describe csv ibm-ingress-nginx-operator.v1.5.0

Check the operator status and log

# oc describe po -l name=ibm-ingress-nginx-operator
# oc logs -f $(oc get po -l name=ibm-ingress-nginx-operator -o name)

End-to-End testing using Operand Deployment Lifecycle Manager

See ODLM guide

About

operator for ingress nginx

License:Apache License 2.0


Languages

Language:Shell 64.4%Language:Makefile 27.9%Language:Dockerfile 3.5%Language:Go 1.8%Language:Mustache 1.5%Language:Ruby 0.9%