"How to write a custom provisioner?" doc
Open
@astromechza is already working on this.
Since Jan 15, 2025.
documentation
- Dominant language
- HTML
- Stars
- 7
- Forks
- 25
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 3
Description
Based on this blog post, it would be great/better to have a dedicated doc entry: "How to write a custom provisioner?" by taking inspiration from this blog post: https://score.dev/blog/writing-a-custom-score-compose-provisioner-for-apache-kafka/.
1 doc for both score-compose and score-k8s because the concept are the same (as opposed to one doc for each). It will a new page entry at the https://docs.score.dev/docs/score-implementation/ level, like we have this other entry today.
Rough TOC:
- Intro: what is it?
- Guidelines/Concepts (common)
- Example of
score-compose's provisioners - Example
score-k8s's provisioners - How to write your own?
- Pointer to https://github.com/score-spec/community-provisioners
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.