-
Notifications
You must be signed in to change notification settings - Fork 111
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
docs: add overview and migrate existing to github #1805
base: develop
Are you sure you want to change the base?
Conversation
tiagolobocastro
commented
Jan 22, 2025
•
edited
Loading
edited
01d75c2
to
d33e3fa
Compare
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.
Shall we be showing linkages for control-plane agents and csi-node plugin? The ha-node-agent to csi-node one for example.
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.
Wanted this to be csi only, will add more complete diagram on another section later on
PublicApi --> Rest | ||
Rest --> |gRPC| InternalApi | ||
InternalApi --> |gRPC| InternalServices | ||
Node_1 <--> PublicApi |
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.
What does this csi-node to REST public API link represent? Where do we do that?
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.
It represents exactly that, we've had to do that to for one of the latest fixes on v2.7.2 unfortunately as the CSI volume context becomes stale and it's immutable so we can't modify it.
Parse a size with unit post-fix for the malloc and null bdevs. This makes it much easier to use, example: size=1TiB vs size_mb=1048576 Signed-off-by: Tiago Castro <[email protected]>
Adds an overview png for the README Improves slight CSI wording and adds a CSI diagram Signed-off-by: Tiago Castro <[email protected]>
0e06a13
to
8dd7d67
Compare
30f791b
to
77a7e88
Compare
Signed-off-by: Tiago Castro <[email protected]>
Could not get the images to display within the mermaid graph sadly :( |