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? Since kube-rbac-proxy 0.14.1, it warn that some of the flags that kubebuilder scaffolds are deprecated : ``` Flag --logtostderr has been deprecated, will...

help wanted
size/L
priority/important-soon
kind/feature

### What broke? What's expected? Kubernetes uses a custom mechanism to guess and generate plurals for CRDs in https://github.com/kubernetes/apimachinery/blob/master/pkg/api/meta/restmapper.go#L126 Kubebuilder uses https://github.com/gobuffalo/flect which has its own custom set of rules....

help wanted
kind/bug
triage/accepted

### What do you want to happen? Currently the scaffolding of [ServiceMonitor](https://github.com/kubernetes-sigs/kubebuilder/blob/6fcae44a7078777bbb644514f94f35fea9bb5209/testdata/project-v4/config/prometheus/monitor.yaml#L20-L22) makes use of Prometheus in-cluster credentials for collecting metrics. In some Prometheus installation it is not allowed, i.e....

help wanted
kind/feature

### What do you want to happen? ### Background: - Kubebuilder currently depends on controller-tools, which lacks server-side-apply support. - Consequently, Kubebuilder also does not support server-side-apply. - An open...

help wanted
lifecycle/frozen
kind/feature

### What broke? What's expected? I'm following the tutorial and got to the part where you deploy the controller into the cluster (I'm using kind) and allow it to automatically...

help wanted
kind/bug
triage/needs-information

### What do you want to happen? As [pprof support been introduced to controller-runtime](https://github.com/kubernetes-sigs/controller-runtime/pull/1943), we can follow up to make it available (and visible) to end users of kubebuilder. This...

help wanted
kind/documentation
kind/feature
triage/accepted

Hi Kubebuilder developers! I am looking for an example of an e2e test that also includes adding the webhook. We have some logic that is set in the webhook, and...

help wanted
kind/documentation

### What do you want to happen? It would be great get a help to finish the PR: https://github.com/kubernetes-sigs/kubebuilder/pull/3055 ### Extra Labels _No response_

kind/feature
triage/accepted

### What do you want to happen? ## Description Today we use GCP and have a project, kubebuilder. We need to move this infrastructure as described in this task: https://github.com/kubernetes/k8s.io/issues/2647....

help wanted
priority/important-soon
kind/feature

### What broke? What's expected? in doc file: [《Deploying Admission Webhooks》](https://github.com/kubernetes-sigs/kubebuilder/blob/master/docs/book/src/cronjob-tutorial/running-webhook.md#deploy-webhooks) line #38 and line #44, the include files is no longer exists. {{#include ./testdata/project/config/default/kustomization.yaml}} {{#include ./testdata/project/config/crd/kustomization.yaml}} ### Reproducing this...

good first issue
kind/bug
kind/documentation
triage/accepted