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

There are releases for both Mac and Linux (appears to be POSIX based). Would it be possible to cross-compile to Windows and have a Windows release as well?

help wanted
lifecycle/frozen
triage/accepted

### What do you want to happen? ### Description Currently, we have the following samples which are used in the docs: - Component Config: https://github.com/kubernetes-sigs/kubebuilder/tree/master/docs/book/src/component-config-tutorial/testdata - CronJob Tutorial: https://github.com/kubernetes-sigs/kubebuilder/tree/master/docs/book/src/cronjob-tutorial/testdata -...

good first issue
lifecycle/frozen
kind/feature
triage/accepted

Hi! Please add documentation about the `+kubebuilder:scaffold` markers. I came across this in the `main.go` generated file of a project I'm currently working on, where there's this line in the...

help wanted
lifecycle/frozen
kind/documentation

### What do you want to happen? For go/v4, remove the option to create v1beta1 CRD and Webhooks. These APIs are no longer supported since k8s 1.22 and with versions...

lifecycle/frozen
kind/feature
triage/accepted

When I run `kubebuilder create webhook` on a core type, ex. `v1.Pod`, the command attempts to define methods on a non-existent locally-defined type. Instead, the command should return an error...

help wanted
lifecycle/frozen
kind/bug
priority/backlog

@akashrv @droot Suggested additions to docs about admission webhooks: """Validating webhooks run after all mutating webhooks, so you don't need to worry about another webhook changing an object after your...

lifecycle/frozen
kind/documentation

# Description Kubebuilders `Makefile` is not compatible with windows as it uses unix-style paths, among other things. Update the Makefile to provide Windows compatibility without loosing Linux and Mac compatibility....

help wanted
lifecycle/frozen
kind/feature
triage/accepted

## Overview Phase 1 of the proposed [scaffold plugin system](https://github.com/kubernetes-sigs/kubebuilder/blob/5187a15/designs/extensible-cli-and-scaffolding-plugins-phase-1.md) is being implemented (#1290) at the time of writing. Progress on phase 2, which adds support for chaining plugins together...

lifecycle/frozen
kind/feature

Once the community agrees on the naming, we need to change our default development branch to `main`, and check that any tools or references to it are changed as well....

lifecycle/frozen
kind/cleanup
wg/naming

KRM convention for storing dates is to set`type: string` and `format: date` in the openAPI. For date-times it is to use `type: string` and `format: date-time`. This is RFC3339, and...

help wanted
good first issue
lifecycle/frozen
kind/documentation