GithubHelp home page GithubHelp logo

maljaaidi / gitops-catalog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from redhat-cop/gitops-catalog

0.0 0.0 0.0 994 KB

Tools and technologies that are hosted on an OpenShift cluster

Shell 100.00%

gitops-catalog's Introduction

GitOps Catalog

Build Status

The GitOps Catalog includes kustomize bases and overlays for a number of OpenShift operators and applications.

This catalog is not officially supported by Red Hat and customers are discouraged from referencing this repo directly as a remote repo in kustomize as future changes may break these references. Instead customers are encouraged to take individual items of interest into their own curated catalog and maintain it as their own.

See Operator Info for a detailed list of dumped OpenShift operator info.

Catalog Refactoring for Consistency

Now that this catalog is part of the Red Hat Community of Practice, there will be some structural refactoring to improve consistency. If you have been using this catalog since before it was part of the redhat-cop organization, or at least before any refactoring has begun, be sure to include a ref in your oc/kubectl commands or kustomization.yaml files to avoid any negative side effects. The last tag before the repository was migrated is v0.3. Simply include ?ref=v0.3 at the end of the repository reference.

For example:

oc apply -k https://github.com/redhat-cop/gitops-catalog/jenkins2/overlays/default?ref=v0.3

Or

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- github.com/redhat-cop/gitops-catalog/jenkins2/base/?ref=v0.3

Usage

Each catalog item has (or will have) its own README in its directory root with instructions. Generally speaking, you can usually just apply a "base" or "overlay" directly in your cluster by cloning this repository and using the -k flag (for Kustomize) built into oc and kubectl:

git clone https://github.com/redhat-cop/gitops-catalog
oc apply -k catalog/jenkins2/overlays/default

Or to skip the cloning step:

oc apply -k https://github.com/redhat-cop/gitops-catalog/jenkins2/overlays/default

Kustomize

You can reference bases for the various tools here in your own kustomize overlay without explicitly cloning this repo, for example:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: product-catalog-cicd

resources:
- github.com/redhat-cop/gitops-catalog/jenkins2/bases/?ref=main

This enables you to patch these resources for your specific environments. Note that none of these bases specify a namespace, in your kustomization overlay you can include the specific namespace you want to install the tool into.

Development

You can use the following to help you create the basic structure for an operator.

# load functions
source scripts/automate_operators.sh

gitops-catalog's People

Contributors

pittar avatar gnunn1 avatar strangiato avatar codekow avatar adetalhouet avatar jforce avatar aliasbo avatar sabre1041 avatar chethosey avatar ribua avatar schen1 avatar rrbanda avatar rcarrata avatar dlbewley avatar natifridman avatar martineg avatar branic avatar noseka1 avatar caseyrobb avatar jeichler avatar opuk avatar jlmayorga avatar pendagtp avatar chadmf avatar johankok avatar jnunyez avatar quingkhaos avatar huntergerlach avatar jwennerberg avatar tjungbauer 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.