suleymanakbas91 / route-controller-manager

The route-controller-manager provides additional management of ingress and Route resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Route Controller Manager

The Route Controller Manager consists of additional controllers that enhance Openshift Routes, Ingresses, and Services.

Ingress to Route Controller

Controller ensures that zero or more routes exist to match any supported ingress. The controller creates a controller owner reference from the route to the parent ingress, allowing users to orphan their ingress. All owned routes have specific spec fields managed (those attributes present on the ingress), while any other fields may be modified by the user.

Service Ingress IP Controller

Controller is responsible for allocating ingress ip addresses to Service objects of type LoadBalancer. It allocates adresses from spec.observedConfig.ingress.ingressIPNetworkCIDR range in openshiftcontrollermanagers.operator.openshift.io cluster config and can be used to assign a unique external IP addresses.

About

The route-controller-manager provides additional management of ingress and Route resources

License:Apache License 2.0


Languages

Language:Go 99.4%Language:Makefile 0.4%Language:Dockerfile 0.3%