kubebuilder
kubebuilder copied to clipboard
Kubebuilder - SDK for building Kubernetes APIs using CRDs
### What broke? What's expected? See: https://book.kubebuilder.io/reference/envtest.html - k8s versions are outdated Then, it also shows to be missing: - how to run/config the env test to run the tests...
### What do you want to happen? Sometimes the users don't need to create an API for themselves(e.g. implementing a loadbalancer svc provider only needs to watch kubernetes native service),...
### What do you want to happen? IMO: We need to discuss in the community meeting what standard we would like to have to make clear in the release notes...
### What do you want to happen? Since version 4.5.2, Kustomize supports installation with `go install`, ref. https://github.com/kubernetes-sigs/kustomize/issues/3618. As a workaround we used the official install script in https://github.com/kubernetes-sigs/kubebuilder/pull/2486. Motivation:...
### What do you want to happen? Hello, everyone. I have a question about whether KubeBuilder can configure multiple domains. I looked it up, but it was rarely mentioned. So...
### What broke? What's expected? When running `kubebuilder create api` or `kubebuilder create webhook` with the `--plugins` flag set to use an external plugin, the external plugin flag binding logic...
### What do you want to happen? It would be nice we ensure that the labels are following the same standards/recommendation defined in: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/ What we will need to do?...
### What do you want to happen? I'd like to see in the PROJECT file something like: ```yaml # Code generated by tool. DO NOT EDIT. # This file is...
We should see if we can make better use of kustomize bases, instead of scaffolding out resources every time. This could range from kustomize remote bases (which raise questions about...
**What do you want to happen?** When I run `kubebuilder create api`, a sample CR gets created in `config/samples`. I'm wondering if there is any appetite for `config/samples` to be...