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

[Enhancement]: Implement functionality for install operator using operator-sdk from bundle-image #152

Closed
kornys opened this issue Jul 26, 2024 · 0 comments · Fixed by #153
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@kornys
Copy link
Member

kornys commented Jul 26, 2024

Related problem

operator sdk allows to install operator from bundle image without index image. This is a cool functionality for testing purpose.
https://sdk.operatorframework.io/docs/olm-integration/testing-deployment/#operator-sdk-run-bundle-command-overview

Suggested solution

Implement cmd wrapper over operator-sdk which installs and uninstall operator using olm from bundle-image

Alternatives

No response

Additional context

No response

@kornys kornys added the enhancement New feature or request label Jul 26, 2024
@kornys kornys added this to the 0.3.0 milestone Jul 26, 2024
@Frawless Frawless mentioned this issue Jul 29, 2024
7 tasks
@kornys kornys moved this to In Progress in Test-Frame Jul 29, 2024
Frawless added a commit that referenced this issue Jul 29, 2024
## Description

Closes #152

## Type of Change

* New feature (non-breaking change which adds functionality)

## Checklist

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit/integration tests pass locally with my
changes

Signed-off-by: Jakub Stejskal <[email protected]>
@github-project-automation github-project-automation bot moved this from In Progress to Done in Test-Frame Jul 29, 2024
@kornys kornys closed this as not planned Won't fix, can't repro, duplicate, stale Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants