-
Notifications
You must be signed in to change notification settings - Fork 33
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
local operator catalog raw file based format #107
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eguzki
force-pushed
the
local-catalog-file-based
branch
4 times, most recently
from
November 27, 2022 20:34
5ce218a
to
a924ff9
Compare
eguzki
force-pushed
the
local-catalog-file-based
branch
from
November 27, 2022 20:57
a924ff9
to
9fe3c28
Compare
sorry for the bit long PR 🙏 |
alexsnaps
approved these changes
Dec 7, 2022
It looks good, minor things I commented. However, I've still haven't successfully tried it out, having network issues:
|
Ok, finally managed to try it out and it works like a charm! dd@pomodoro:~/Projects/RedHat/kuadrant-operator|local-catalog-file-based⚡ ⇒ k get pods -n kuadrant-system
NAME READY STATUS RESTARTS AGE
43539917290efc2e6f33b021e25da1f7a9f150d8d276acf92fd09b--1-f9dvv 0/1 Completed 0 4m57s
6427bb5aac2edc4750e505a33be4eb4b56923d3aed4213abecdc70--1-rjxdt 0/1 Completed 0 4m57s
aecaf21d9bde4883921cefdd0ba3a142f079e897473c5d40fd8a1a--1-rsdzb 0/1 Completed 0 4m57s
authorino-operator-7d9968586c-r658g 1/1 Running 0 3m38s
kuadrant-operator-catalog-krz9t 1/1 Running 0 5m40s
kuadrant-operator-controller-manager-6688b8bfdf-h9h6g 1/1 Running 0 3m36s
limitador-operator-controller-manager-7f5dcdd976-zcl5w 1/1 Running 0 3m41s |
Co-authored-by: dd di cesare <[email protected]>
didierofrivia
approved these changes
Dec 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
what
From SQLite-based catalogs,
deploy-olm
->deploy-catalog
undeploy-olm
->undeploy-catalog
go-get-tool
->go-install-tool
bundle-dependencies
target removed. Functionality moved to thebundle
target.envsubst
operations to update yaml objects with external env variarbles with theyq
toolmake/catalog.mk
catalog
target to build catalog manifestsdoc/development.md
:Deploy kuadrant operator using OLM
TODO
Verification steps
Build local catalog. It will include kuadrant operator, limitador operator and authorino operator
Push the image to Quay.io. Currently it is required because the catalogsource sets the image pull policy to
Always
, so even if the image is loaded in the kind cluster, it will fail if the image is not in quay.Create kind cluster
Deploy OLM
Deploy kuadrant operator using OLM
Check the kuadrant operator, limitador operator and authorino operator are up and running