GithubHelp home page GithubHelp logo

hbtran / kabanero-operator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kabanero-io/kabanero-operator

0.0 0.0 0.0 29.59 MB

The Kabanero Operator

License: Apache License 2.0

Makefile 1.88% Dockerfile 0.30% Shell 6.68% Go 91.13%

kabanero-operator's Introduction

kabanero-operator

The following README pertains to kabanero-operator development. If you are trying to use the operator to try Kabanero on your cluster, please see the install instructions.

We suggest you install from a release. However you can also install from master using deploy/install-master.sh. This is inherently unstable since master is rebuilt every time a PR is merged, and parts of Kabanero on your cluster may get out of sync over time.

Status

Build Status

The Kabanero operator is developed using:

  • operator-sdk version 0.16.0.
  • go version 1.13.x

Clone the Kabanero operator

git clone https://github.com/kabanero-io/kabanero-operator
cd kabanero-operator

Quickstart - OpenShift Container Platform (OCP) 4.3

We recommend you follow the install instructions referenced above to set up your cluster for the first time. If you would rather set it up manually, please continue with the following steps:

Login

(example)

oc login -u admin -p admin https://openshift.my.com:8443/

Deploy Prerequisite operators:

The following operators need to be installed at the cluster scope:

  • OpenShift Serverless Operator
  • OpenShift Pipelines Operator (from community-operators)
  • Appsody Operator (from certified-operators)
  • Open Liberty Operator (from certified-operators)
  • CodeReady Workspaces Operator (from redhat-operators)

Build images, create catalogsource and OLM subscription

You will need to examine the Makefile and set any necessary variables to push your container images to the correct repository.

make build-image
make push-image
make deploy-olm

Check that the operator pods are in Running state

kubectl get pods -n kabanero

(example command output)

[admin@openshift kabanero-operator]# kubectl get pods -n kabanero
NAME                                                       READY   STATUS    RESTARTS   AGE
kabanero-operator-659d7f84bb-v9jsp                         1/1     Running   0          3h5m

Deploy the sample

kubectl apply -n kabanero -f config/samples/default.yaml

kubectl get pods -n kabanero

(example command output)
[admin@openshift kabanero-operator]# kubectl get pods -n kabanero
NAME                                                       READY   STATUS    RESTARTS   AGE
kabanero-cli-58f96db965-j97gd                              1/1     Running   0          3h4m
kabanero-landing-84b99fbcbf-z8zvx                          1/1     Running   0          3h4m
kabanero-operator-659d7f84bb-v9jsp                         1/1     Running   0          3h5m
kabanero-operator-admission-webhook-775668455c-j4nkf       1/1     Running   1          3h4m
kabanero-operator-collection-controller-6757dbc9bc-4tsht   1/1     Running   0          33m

Quickstart - minikube

Kabanero is not currently supported on Minikube, due to the resource requirements of its dependencies (Istio, Knative and Tekton) and due to the Kabanero-operator's dependencies on OpenShift types like Routes.

Some folks have had success installing on Minishift. For example, see https://github.com/nastacio/kabanero-minishift.

Quickstart - OpenShift 3.11 / OKD 3.11

Please use the release-0.2 branch when using OpenShift or OKD v3.11. https://github.com/kabanero-io/kabanero-operator/tree/release-0.2

kabanero-operator's People

Contributors

kaczyns avatar dacleyra avatar mezarin avatar kyleschlosser avatar kvijai82 avatar tspewak avatar alohr51 avatar johnmcollier avatar rlcundiff avatar plainchanter avatar makandre avatar ginnick avatar stevenschader avatar brutif avatar kiszk avatar markusthoemmes avatar kidus60 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.