Skip to content

PerceptiLabs/perceptilabs-operator

Repository files navigation

perceptilabs-operator

To Make a new operator version

  1. Install additional prerequisites
  1. Edit the versions.yaml file to add a new version

Build The Operator Image and push it to quay

  1. Install additional prerequisites

    • Docker
    • jq
    • operator-courier (installed with pip install -r requirements.txt)
    • operator-sdk >= v1.1.0
    • docker
  2. Publish the new version of the operator.

    make quay
    
  3. If it's the first push to the repos, they need to be made public:

  4. Suggestion: use NAMESPACE=<ns> REGISTRY_VERSION=<the new version> make deploy-for-test from the operator-tools repo to try out the new version of the operator.

To submit the operator to RedHat for eventual release

  1. Run the make command
    make release
    
    ... this can take a while, depending on your internet connection. It will prompt you to do some manual steps. These are important.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published