Giter Club home page Giter Club logo

jenkins-operator's Introduction

EDP Jenkins Operator

Overview

Jenkins operator creates, deploys and manages the EDP Jenkins instance, which is equipped with the necessary plugins, on Kubernetes and OpenShift.

There is an ability to customize the Jenkins instance and to check changes during the application creation.

Prerequisites

  1. Machine with kubectl installed with an authorized access to the cluster;
  2. Admin space is deployed by following the repository instruction: edp-install.

Installation

  • Go to the releases page of this repository, choose a version, download an archive, and unzip it;

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

  • Go to the unzipped directory and apply all files with the Custom Resource Definitions resource:

for file in $(ls crds/*_crd.yaml); do kubectl apply -f $file; done

  • Deploy operator:

kubectl patch -n <edp_cicd_project> -f deploy/operator.yaml --local=true --patch='{"spec":{"template":{"spec":{"containers":[{"image":"epamedp/jenkins-operator:<operator_version>", "name":"jenkins-operator-v2", "env": [{"name":"WATCH_NAMESPACE", "value":"<edp_cicd_project>"}, {"name":"PLATFORM_TYPE","value":"<platform>"}]}]}}}}' -o yaml | kubectl -n <edp_cicd_project> apply -f -

  • <operator_version> - a selected release version;

  • <edp_cicd_project> - a namespace or a project name (in case of OpenSift) that is created by following the edp-install instructions;

  • <platform_type> - a platform type that can be "kubernetes" or "openshift".

  • Check the <edp_cicd_project> namespace that should contain Deployment with your operator in a running status.

In order to apply the necessary customization, get acquainted with the following sections:

jenkins-operator's People

Contributors

aleksandr-morozov avatar viktor-voronin avatar iryna-churkina avatar elluvium avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.