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

Add specification document for bootstrap provider #1726

Closed
ncdc opened this issue Nov 6, 2019 · 1 comment · Fixed by #1874
Closed

Add specification document for bootstrap provider #1726

ncdc opened this issue Nov 6, 2019 · 1 comment · Fixed by #1874
Assignees
Labels
kind/documentation Categorizes issue or PR as related to documentation. lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone

Comments

@ncdc
Copy link
Contributor

ncdc commented Nov 6, 2019

We should add a specification document for what a bootstrap provider must do. For example, something like:

  • A bootstrap provider must provide a CustomResourceDefinition to represent provider-specific details for machine bootstrapping. For example, if your provider is Acme, a reasonable name for the CRD might be AcmeBootstrap.
  • The CRD must have spec and status
  • The CRD's status must have the following fields
    • Ready
    • ...
  • A bootstrap provider must reconcile its custom resources
    • ... Define required behaviors ...

etc.

/kind documentation
/priority important-soon
/milestone v0.3.0

@k8s-ci-robot k8s-ci-robot added this to the v0.3.0 milestone Nov 6, 2019
@k8s-ci-robot k8s-ci-robot added kind/documentation Categorizes issue or PR as related to documentation. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Nov 6, 2019
@ncdc
Copy link
Contributor Author

ncdc commented Dec 10, 2019

/assign
/lifecycle active

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Categorizes issue or PR as related to documentation. lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants