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

Blueprints comments #3

Open
wants to merge 4 commits into
base: new-blueprints
Choose a base branch
from

Conversation

revit13
Copy link

@revit13 revit13 commented Jul 13, 2021

This pr adds minor comments and a module for ingress resource for inter-clusters communications.

Signed-off-by: Revital Sur <[email protected]>
Signed-off-by: Revital Sur <[email protected]>
@@ -34,6 +34,7 @@ spec:
level: column
api:
endpoint:
# Always equals the release name. It is mandatory if this module exposes a common service.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean by release name here? If the module configures a common service this is a fixed endpoint for the service. If the module is a deployment itself this will not be specified and the endpoint will be the module release name instead. (As currently a name based on certain properties of the step)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant it to be exactly what you described so I will change the comment to make it clearer Thanks.

name: common-arrow-flight-read-service
assetID: m4d-notebook-sample/paysim-csv
port: 8080
interfaceDetails:
protocol: arrow-flight
dataformat: arrow
service:
# name is the release name. It equals to M4DModule.spec.api.endpoint.host if such defined.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean with release name here? Currently the release name is the name that is used to deploy the helm chart. This will differ from step to step and is the name e.g. in line 43. If two different applications configure a common read service they will have different release names but the service.name field here will have the same value.

Signed-off-by: Revital Sur <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants