-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add Flow CR documentation #252
Conversation
✅ Deploy Preview for pedantic-goldberg-f76ec1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
== Prerequisites | ||
|
||
- Flow requires the Management Center application to run and be configured properly. The Management Center application should be configured to use FLow. | ||
|
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.
Please mention FLOW MC image should be used here --> docker.io/hazelcast/management-center-flow
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.
I have added it to the example config with the following description
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.
Minor copy edit, otherwise looks good
Co-authored-by: Amanda Lindsay <[email protected]>
name: flow <3> | ||
jvm: | ||
args: | ||
- "-Dhazelcast.mc.flow.addresses=http://233.252.0.158/" <4> |
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.
Not sure if you commonly use this elsewhere, but this ip in the examples looks slightly strange to me, it being ASM reserved makes it look super specific, but I presume it's just a placeholder, could perhaps replace with a placeholder FQDN instead?
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.
Well, I specifically used the IP range reserved for documentation purposes as a placeholder. In the description, I have explained that it should be publicly available one 😄
docs/modules/ROOT/pages/flow.adoc
Outdated
<4> Flow Ingress public address. | ||
<5> The internal address of Flow in the format of `http://<service-name>:9021`. The service name is the same as the Flow CR name. | ||
|
||
- To connect to the database you need create a `Secret` with the DB credentials: |
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.
The DB have to be Postgre so we should mention in here or at the beginning of the section. WDYT?
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.
I thought we didn't mention it on purpose, don't we?
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?
If flow mentioned about it we can give reference to it also
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.
Done
I think we should also mention about license usage also. Users can not use their regular license key but they can use their flow specific license key for the flow, and MC flow via creation one k8s secret. WDYT? |
@hasancelik but is it an Operator specific thing? In my understanding, that should be in the Flow documentation. Operator only configure the Flow with the given licence, but we don't validate |
No description provided.