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

Hi, I came across #2697 while investigating the "multi-arch & operator-sdk templates" topic when initializing operators. I'd propose to delete the TARGET_ARCH var there. In fact, when the base image,...

Currently the binary in the go/v3 scaffold template images is built using amd64 go arch. One of its motivations is to provide support for ppc64le and s390x arches. Signed-off-by: Gilles...

size/M
cncf-cla: no
do-not-merge/hold
ok-to-test

### What do you want to happen? The ENV TEST was changed. So, we need to update the docs to clarifies that as add the new instructions. See: https://github.com/kubernetes-sigs/controller-runtime/tree/master/tools/setup-envtest#where-does-it-put-all-those-binaries Then,...

priority/important-soon
kind/documentation
lifecycle/stale
kind/feature
triage/accepted

### What do you want to happen? For the leader election, we request permissions to core.Events. The idea of this task is to investigate if it is required or if...

lifecycle/frozen
lifecycle/stale
kind/feature

**Description** Make explicit that we would like to have the migration from v3 to v4 helped by tooling **Suggested Solutions** - Add new plugin interface documented with this information OR...

lifecycle/frozen
kind/feature
triage/accepted

### What do you want to happen? **Motivation** The concern/motivation to raise this one is that in Kubebuilder, we are: ([here](https://github.com/kubernetes-sigs/kubebuilder/blob/master/testdata/project-v3/Makefile#L113-L116)) ```sh ENVTEST = $(shell pwd)/bin/setup-envtest .PHONY: envtest envtest: ##...

kind/feature
triage/accepted

### What do you want to happen? After the 3.1.0 release, a user asked the info over how to upgrade/update their project with the latest changes from 3.0.0 to 3.1.0....

help wanted
lifecycle/rotten
kind/feature
triage/accepted

### What do you want to happen? As discussed in #2562 the error output of the `declarative` plugin could be improved. Errors such as: ``` kubebuilder init --domain my.domain --repo...

triage/needs-information
lifecycle/stale
kind/feature

### What do you want to happen? The goal of this issue is we have a new section under : https://book.kubebuilder.io/plugins/plugins.html such as "Written tests for your own plugin". Kubebuilder...

lifecycle/frozen
kind/documentation
kind/feature

## Description of Change update or add labels in the kustomize plugin(s) scaffolded files to match the k8s recommended labels ## Motivation for Change resolves #2773

cncf-cla: yes
size/XXL
do-not-merge/hold
needs-rebase
approved