-
Notifications
You must be signed in to change notification settings - Fork 28
Refactor scripts to build bundle and catalog #119
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
Conversation
PROJECT
Outdated
| domain: streamnative.io | ||
| group: cloud |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with the recent group change, we migrated to
domain: functionmesh.io
group: compute
These fields here also need to be updated
freeznet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I have got a question why comment out compute.functionmesh.io_functionmeshes.yaml?
config/crd/kustomization.yaml
Outdated
| # It should be run by config/default | ||
| resources: | ||
| - bases/compute.functionmesh.io_functionmeshes.yaml | ||
| # - bases/compute.functionmesh.io_functionmeshes.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why we comment out compute.functionmesh.io_functionmeshes.yaml here?
Because it's too large and cannot be installed by OLM at the moment. Since the cloud integration doesn't require this CRD for now, the PR ignores it as a matter of expediency. |
Makefileto support building the operator catalogbundle/andbundle.Makefile