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