kubebuilder
kubebuilder copied to clipboard
Kubebuilder - SDK for building Kubernetes APIs using CRDs
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...
### 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,...
### 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...
**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...
### 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: ##...
### 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....
### 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...
### 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...
## 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