1.5 KiB
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 Command Line Tools
Download and install the Openshift command line tool: oc
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