-
Notifications
You must be signed in to change notification settings - Fork 134
docs(capm3): add Metal3 custom resources docs #598
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
base: main
Are you sure you want to change the base?
docs(capm3): add Metal3 custom resources docs #598
Conversation
Signed-off-by: Pratik Mahalle <[email protected]>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Hi @pratik-mahalle. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Hey @lentzi90, have a look on this pr |
tuminoid
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.
Hi @pratik-mahalle !
Since your original PR, we've been aiming to CRD documentation per controller directly in the respective repo. I think currently we have such in IRSO and we have on-going PR in BMO. Instead of manually curating CRD documentation, we're using tooling to generate them.
I'd suggest actually doing the same for CAPM3 and IPAM, and then linking them here rather than manually recreating the same. It is not maintainable.
|
Hey @tuminoid Thanks for the clarity! That makes sense, manually maintaining CRD docs can get messy pretty quickly. Happy to follow the standardized approach! |
|
Just check the links I already provided. Also, I'm not @lentzi90 :) |
|
Sorry for the misunderstanding @tuminoid :) |
Add Metal3 Custom Resources Documentation
Summary
This PR adds comprehensive documentation for Metal3 custom resources in the CAPM3 (Cluster API Provider Metal3) user guide. The documentation covers three key custom resources essential for managing bare metal infrastructure in Kubernetes clusters.
Changes Made
New Documentation Files Added
custom_resources.md- Overview and introduction to Metal3 custom resourcesmetal3data.md- Documentation for the Metal3Data resourcemetal3datatemplate.md- Comprehensive guide for Metal3DataTemplate resourceUpdated Files
SUMMARY.md- Added navigation links for the new documentation sectionsDocumentation Coverage
Metal3DataTemplate
Metal3Data
Custom Resources Overview
Benefits
Related Issue:
Fixes #398