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

#### Description Add a condition to skip PR Verifier if the PR is created by dependabot #### Motivation Current PRs created by dependabot fail the CI/CD workflows as the title...

cncf-cla: yes
size/S

This should help users start out with a README that avoids trailing whitespaces. Fixes: https://github.com/kubernetes-sigs/kubebuilder/issues/3812

cncf-cla: yes
size/M

### What broke? What's expected? After running `kubebuilder init` some lines in the README.md contain trailing whitespace. ### Reproducing this issue Run `kubebuilder init`. ### KubeBuilder (CLI) Version 3.14.0 ###...

kind/bug

### What broke? What's expected? I created an API and Kubebuilder generated editor and viewer cluster roles for me. I notice that the scaffolding code includes a rule like: ```yaml...

good first issue
kind/bug
kind/cleanup

### What do you want to happen? Kubebuilder works as expected when I initialize a project and generate webhooks with: ```sh kubebuilder init kubebuilder create api --group foogroup --version v1beta1...

kind/feature

add the missing `basic-project-doc` page link

cncf-cla: yes
size/XS
ok-to-test

- Add crd-scope and operator-scope documentation under Reference section and update summary - #3623

cncf-cla: yes
size/L
needs-ok-to-test

### What do you want to happen? I am creating a CR controller where I get a configuration value. I need to further go and edit this value into the...

kind/feature

### What broke? What's expected? The [versionPattern](https://github.com/kubernetes-sigs/kubebuilder/blob/165af70e87848677a039cd0cd87cc67c545d983c/pkg/model/resource/gvk.go#L28) enforced by kubebuilder requires all CRD versions to start with a `v`, however this makes usage of an internal version confusing (e.g. creating...

help wanted
good first issue
kind/bug
priority/important-soon

### What do you want to happen? ### Context and Motivation The Kubebuilder docs does not explain the Operator and CRD scope. Therefore, we have questions like https://github.com/kubernetes-sigs/kubebuilder/discussions/3155 ### The...

good first issue
kind/documentation
kind/feature