-
Notifications
You must be signed in to change notification settings - Fork 26
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
ODO and other tools should recognize managed services without knowing exact names of CRDs #90
Comments
Probably labels are useful as this is something you might want to select on. |
@secondsun I will create follow up issue to add support to ODO but I think we should attach labels now - this is not breaking change but having some labels under discussion will enable us to group them for multiservice environment. Done some reading and there is no need to add new elements. Acording to we can use:
not sure about |
😆 |
What does the perceived odo workflow look like, and where would we need to integrate with it? I am imagining a cluster with firepig installed and you Is this an alternative to the service binding operator, or do they work hand in hand? is the target audience of odo people who are REALLY scared of yaml files? |
ODO just needs to recognize MKC as service. It does by having CR that.. has deployment. On the low level we can create binding between anything so there is no such limitation. |
Started discussion on the ODO issue. I Will also mention this on the Friday call: |
@secondsun I had some discussions about this and generally we should add labels:
No other action is needed for this issue. |
All right, will do! |
After doing some more research, I don't think the operator is the place were labels should be added. Labels should be applied when the crs are created either by the CLI or the BFF. I'll update the examples in the operator directory. |
Leaving that for the time when we have extra service. There are couple strategies for grouping |
Recomendation was done to use |
Managed Kafka Connection needs to be recognized in ODO. This will not happen now as services are needed to be backed by deployment.
We need to start using annotations for Managed (Kafka) Connection objects.
The text was updated successfully, but these errors were encountered: