Files
JFrog-Cloud-Installers/Openshift4/operator/pipeline-operator
2020-10-23 15:10:40 -07:00
..
2020-10-23 15:10:40 -07:00
2020-10-14 09:47:48 -07:00
2020-10-12 12:30:43 -07:00
2020-10-12 12:30:43 -07:00
2020-10-12 12:30:43 -07:00
2020-10-12 12:30:43 -07:00
2020-10-12 12:30:43 -07:00
2020-10-23 15:10:40 -07:00

JFrog Pipeline Enterprise Operator

This code base is intended to deploy Pipelines as an operator to an Openshift4 cluster. Openshift OperatorHub has the latest official supported Cluster Service Version (CSV) for the OLM catalog.

Prerequisites

Openshift 4 Cluster

Available on AWS, GCP, or Azure. Follow the Cloud installer guide available here:

Openshift 4 Installers

Openshift 4 Command Line Tools

Download and install the Openshift command line tool: oc

Getting Started with CLI

Cluster Setup

Security Context Constraints - Anyuid

Openshift only allows statefulsets / pods to run in specific user and group id ranges. Pipelines currently uses users outside of this allowed range since some containers must run as root. Depending upon your namespace you must be granted anyuid privileges to the pipeline-operator service account.

oc adm policy add-scc-to-user anyuid -z pipeline-operator

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Contact

Github Issues