epam / edp-reconciler

It monitors all events, which happen with all EDP CRs, and saves their representation into DB

Home Page:https://solutionshub.epam.com/solution/epam-delivery-platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codecov

This operator is deprecated starting from EDP v2.13

Reconciler Operator

❗ Please refer to EDP documentation to get the notion of the main concepts and guidelines.

Get acquainted with the Reconciler Operator and the installation process as well as the local development.

Overview

Reconciler Operator is an EDP operator that is responsible for saving state of CR's in EDP database. Operator installation can be applied on two container orchestration platforms: OpenShift and Kubernetes.

NOTE: Operator is platform-independent, that is why there is a unified instruction for deploying.

Prerequisites

  • Linux machine or Windows Subsystem for Linux instance with Helm 3 installed;
  • Cluster admin access to the cluster;
  • EDP project/namespace is deployed by following the Install EDP instruction.

Installation

In order to install the EDP Reconciler Operator, follow the steps below:

  1. To add the Helm EPAMEDP Charts for local client, run "helm repo add":

    helm repo add epamedp https://epam.github.io/edp-helm-charts/stable
  2. Choose available Helm chart version:

    helm search repo epamedp/reconciler -l

    Example response:

    NAME              	CHART VERSION	APP VERSION	DESCRIPTION
    epamedp/reconciler	2.11.0       	2.11.0     	A Helm chart for EDP Reconciler
    epamedp/reconciler	2.10.0       	2.10.0     	A Helm chart for EDP Reconciler

    NOTE: It is highly recommended to use the latest released version.

  3. Full chart parameters available in deploy-templates/README.md.

  4. Install operator in the namespace with the helm command; find below the installation command example:

    helm install reconciler epamedp/reconciler --namespace <edp-project> --version <chart_version> --set name=reconciler --set global.edpName=<edp-project> --set global.platform=<platform_type> --set global.database.name=<db-name> --set global.database.host=<db-name>.<namespace_name> --set global.database.port=<port>
  5. Check the namespace that should contain operator deployment with your operator in a running status.

Local Development

Development versions are also available, please refer to the snapshot helm chart repository page.

For development process, are available snapshot versions of component. For details, please refer to the snapshot helm chart repository page.

Related Articles

About

It monitors all events, which happen with all EDP CRs, and saves their representation into DB

https://solutionshub.epam.com/solution/epam-delivery-platform

License:Apache License 2.0


Languages

Language:Go 97.2%Language:Makefile 1.4%Language:Smarty 0.8%Language:Shell 0.3%Language:Dockerfile 0.2%Language:Groovy 0.1%