Coder Social home page Coder Social logo

test-operator-openshift-4's Introduction

test-operator-openshift-4

Ejemplo de operator controller para la plataforma openshift 4

Aclaraciones

Se tuvo que modificar el archivo Makefile en la parte de helm-operator porque en algunas distros no funcionaba el comando install, esto porque no se podia bajar una version existente de helm por armar mal la URL a causa de que los comandos que ejecuta para armarla devuelven cosas diferentes.

Para solucionar el problema se hardcodeo una version que sí existe con estas lineas:

curl -LO https://github.com/operator-framework/operator-sdk/releases/download/v1.3.0/helm-operator_linux_amd64 ;\
mv helm-operator_linux_amd64 ./bin/helm-operator ;\

Despliegue

Requisitos

  • Estar conectado en un cluster de openshift o kubernetes
  • podman instalato en la pc

Comandos

make bundle
make bundle-build
make bundle-push
make podman-build
make podman-push
make project-create
make bundle-deploy-on-cluster

Documentacion

test-operator-openshift-4's People

Contributors

brianwolf avatar

Watchers

James Cloos avatar  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.