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

/kind feature As discussed at the contrib summit. Options discussed: - Use something like https://github.com/liggitt/audit2rbac together with a temporary API server with audit enabled - Use some kind of meta...

triage/needs-information

Core Kubernetes types have Feature Gates. They are documented here: https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/ This is a good practice for anyone, whether they are building a CRD as part of the K8s org,...

help wanted
lifecycle/frozen
priority/backlog
kind/feature

/kind feature This this my api type: ``` // BridgeSpec defines the desired state of Bridge type BridgeSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster...

help wanted
lifecycle/frozen
kind/feature

- https://github.com/kubernetes-sigs/kubebuilder/blob/38343942a397a02559bfdd46f3d31257d1561f98/docs/book/src/reference/kind.md "with 1 master" - https://github.com/kubernetes-sigs/kubebuilder/blob/master/docs/book/getting_started/installation_and_setup.md

lifecycle/frozen

We should have a custom output format for mdBook that checks commands in the book for correctness (like the built-in linkcheck). We can make use of [mdrip](https://github.com/monopole/mdrip) for this

lifecycle/frozen
kind/documentation

We should have an example for each marker in the documention introduced in #875. This is probably a cross-repo issue with controller-tools. /kind documentation

help wanted
lifecycle/frozen
kind/documentation

Namely, if you need to do anything with clients, need to configure things differently, etc, you prob want the lower-level interfaces. /kind documentation /help

help wanted
lifecycle/frozen
kind/documentation
kind/feature

One of the first things you have to do when getting started is to select a domain name. For a small project in a small organisation, this might be straight...

help wanted
lifecycle/frozen
kind/documentation
kind/feature

Suggest adding following to KB docs. @droot @akashrv ---- Sometimes a resource is updated while the controller is working on that resource. For example, a user might modify the resource's...

good first issue
lifecycle/frozen
kind/documentation

Fixes #3016 According to the issue, this PR fixes it as follows: 1. Add `LeaderElectionNamespace` in the manager `main.go` scaffold; 2. Add `fsGroup` based on [dockerfile.go](https://github.com/kubernetes-sigs/kubebuilder/blob/master/pkg/plugins/golang/v3/scaffolds/internal/templates/dockerfile.go#L71) to get proper access...

cncf-cla: yes
size/S
do-not-merge/hold
needs-ok-to-test