-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 documentation guide for how to implement a bootstrap provider #1559
Comments
I'd like to tackle this. My plan is to add a reference implementation under |
@avorima while I think it might be possible to do a full reference implementation as a submodule, I think it might be a bit too easy to accidentally re-use some of the top level tooling. It might be better to take a documentation first approach like this PR is doing for infrastructure providers: #1682 |
Good point. I'm using the CAPI |
@avorima are you still interested in working on this? |
@ncdc Sorry for the late response. Yes, I'd still like to finish this. Regarding the docs: IMO the initial steps for creating a bootstrap provider are implicitly documented in the implementer's guide for cluster providers. Should I assume the reader is aware of this and focus on the steps that are specific to bootstrap providers or should it be a self-contained section? |
This should be potentially an extension of the current guide we already have today https://cluster-api.sigs.k8s.io/developer/providers/implementers-guide/overview.html |
/area bootstrap |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
@vincepri: Closing this issue. In response to this:
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/test-infra repository. |
What steps did you take and what happened:
With #1545 we will no longer be able to point folks interested in creating a bootstrap provider towards CABPK as a reference implementation. We need to provide a replacement for this (could be docs, could be a test reference implementation, etc). The replacement should be sufficient to get started with a bootstrap provider without having to disentangle what is CAPI related vs CABPK related in the cluster-api repo.
/kind documentation
/priority important-soon
/milestone v0.3.0
related to: #1090 #1138
The text was updated successfully, but these errors were encountered: