kubebuilder
kubebuilder copied to clipboard
Kubebuilder - SDK for building Kubernetes APIs using CRDs
Fix https://github.com/kubernetes-sigs/kubebuilder/issues/4255
This is small util library which as able to merge golang source code fragments based custom rules Custom rules is a special function who decide how and when merge similar...
Now that `kubebuilder` is go-installable :tada:, this is a small improvement to fetch more information when dealing with `go install` installations. With this PR, we will now infer correctly `GitCommit`,...
### What broke? What's expected? I followed the [instructions for deploying the v2 version of the CronJob example](https://book.kubebuilder.io/multiversion-tutorial/deployment) and it doesn't run right. The controller appears to install (and I...
### What broke? What's expected? When scaffolding the project with `--plugins=helm.kubebuilder.io/v1-alpha` any changes made to manager spec is not copied over to `values.yaml` when executing `kubebuilder edit --plugins=helm/v1-alpha --force` ###...
### What do you want to happen? **Description:** Currently, Kubebuilder provides support for generating Helm charts to help users package and deploy their operators. This is a great feature and...
### What do you want to happen? Hello, I'm currently in the process moving the distribution of some Kubernetes operators from Kustomize to Helm. I used the plugin helm/v1-alpha for...
### What broke? What's expected? On a controller generated with kubebuilder 4.5.2, we are using secure metrics and a deployment with 2 replicas, and noticed that only the leader notices...
I have a new Operator SDK plugin for Rust*, and I use kubebuilder markers for scaffolding. This PR adds the `.rs` extension support to the marker. Here is the plugin...
### What do you want to happen? Start **tracking external plugins** that integrate with Kubebuilder, so the community can discover and use them. This issue will act as a tracker....