Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All in one makefile rule to build the index and bundle images, push them to a registry and deploy #459

Open
fedepaol opened this issue Apr 17, 2024 · 0 comments · May be fixed by #461
Open
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@fedepaol
Copy link
Member

In order to be able to deploy on real clusters using OLM (which provides a more accurate result of what deploying from operator hub looks like) it'd be nice to have a makefile rule that, while setting the proper env variables:

  • builds the index image
  • uploads it to a registry
  • create the proper subscription and all the other resources required to deploy via OLM

We do have something similar with deploy-with-olm but it is tied to the kind deployment.

It would also be useful to be able to optionally replace the bundle dockerfile

@fedepaol fedepaol added help wanted Extra attention is needed good first issue Good for newcomers labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant