kubebuilder icon indicating copy to clipboard operation
kubebuilder copied to clipboard

Kubebuilder - SDK for building Kubernetes APIs using CRDs

Results 246 kubebuilder issues
Sort by recently updated
recently updated
newest added
trafficstars

### What do you want to happen? # Context Giving the ability to skip test creation would allow users who have diverged from the original test scaffolding without facing the...

help wanted
kind/bug
priority/backlog
kind/feature

### What do you want to happen? The current demo in the README is outdated and should be replaced with a dynamic and maintainable alternative. Using [Asciinema](https://asciinema.org/), we can create...

help wanted
good first issue
kind/feature

Issue Description When running make test-e2e-local, the script fails with a 404 Not Found error while attempting to fetch kubebuilder-tools-1.31.0-linux-amd64.tar.gz from Google Cloud Storage (GCS). ![Image](https://github.com/user-attachments/assets/0a038ebb-5d4b-4060-8552-2522a88196cc)

help wanted
good first issue

### What do you want to happen? **Description:** To enhance the MultiVersion tutorial, which demonstrates version conversion in webhooks, we created a sample project under: https://github.com/kubernetes-sigs/kubebuilder/tree/master/docs/book/src/multiversion-tutorial/testdata/project This sample is auto-generated...

help wanted
testing
kind/feature

### What do you want to happen? This issue proposes refactoring the [CronJob](https://github.com/kubernetes-sigs/kubebuilder/tree/master/docs/book/src/cronjob-tutorial) and [MultiVersion](https://github.com/kubernetes-sigs/kubebuilder/tree/master/docs/book/src/multiversion-tutorial) samples to follow the structure and best practices introduced by the [`DeployImage` plugin](https://book.kubebuilder.io/plugins/available/deploy-image-plugin-v1-alpha), which includes...

help wanted
testing
kind/documentation
kind/cleanup

### What do you want to happen? kubebuilder scaffolds 2 container commands called `docker-build` and `docker-push` in Makefile. But they work with other container tools, like Podman, and not only...

lifecycle/frozen
kind/feature
triage/blocked