-
Notifications
You must be signed in to change notification settings - Fork 17
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 Developer Guide #163
Add Developer Guide #163
Conversation
This adds a developer guide that serves as an entrypoint for new code contributors. The operator project has existing documentation for local and OLM development, however it is buried in a nested directory that is not easy to find. Those documents also miss critical foundational knowledge, such as dev prerequisites and an understanding of OLM. The new guide includes links to the Operator SDK and kubebuilder tutorials, which will help contributors learn fundamentals like CRDs, controllers, and packaging operators with OLM. I have also included recommended tools when more than one choice is available in the market (ex: docker or podman for a container engine). Finally, I have tried to clarify when framework clis like `operator-sdk` and `kubebuilder` should be used, and when it is safe to "just code." Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
/approve |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jkhelil, qu1queee The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
@adambkaplan: you cannot LGTM your own PR. 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. |
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.
/lgtm
Changes
This adds a developer guide that serves as an entrypoint for new code contributors. The operator project has existing documentation for local and OLM development, however it is buried in a nested directory that is not easy to find. Those documents also miss critical foundational knowledge, such as dev prerequisites and an understanding of OLM.
This PR also fixes the broken link to the contributor guidelines.
/kind documentation
Submitter Checklist
See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.
Release Notes