-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Make fuzzing easy #456
Comments
/kind feature |
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 |
Add some helper utilities (example: https://github.com/kubernetes-sigs/cluster-api/blob/master/util/conversion/conversion.go#L133-L157) to controller-runtime /priority backlog |
@vincepri: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
Is this still relevant? If so, we would like to help. Recently we (@AdamKorcz in particular) have been working on fuzzing custom Kubernetes controllers (Flux GitOps toolkit in this case), please see the following PRs for examples:
It would be neat to fuzz the core controller-runtime library as well (not just limited to conversion libraries), is this something you would be interested in? If so, we are already working on Kubernetes fuzzing (see here: kubernetes/kubernetes#104772) and would be happy extend to the controller-runtime. (FYI @caniszczyk) |
We should make fuzzing tests easy to run for conversion.
See also kubernetes-sigs/kubebuilder#725, which mentions kubernetes/kubernetes#75689
The text was updated successfully, but these errors were encountered: