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

Kubebuilder book defines the same marker multiple times. https://book.kubebuilder.io/reference/markers/crd-validation.html Is that by mistake? If yes, can you please fix this? It is very confusing to a new user of these...

help wanted
lifecycle/frozen
kind/bug
kind/documentation

**What do you want to happen?** Create a mechanism to cherry-pick docs changes **Is there currently another issue associated with this?** This RFE is related to the comment: https://github.com/kubernetes-sigs/kubebuilder/issues/1630#issuecomment-690491725 /kind...

lifecycle/frozen
kind/feature

[kube-rbac-proxy](https://github.com/brancz/kube-rbac-proxy/), while a nice feature, is a third-party workaround for a problem (restricting pod access to `/metrics`) that can be solved by a [`NetworkPolicy`](https://kubernetes.io/docs/concepts/services-networking/network-policies/#networkpolicy-resource). For example, the following policy could...

help wanted
size/M
priority/important-soon
kind/feature

From https://github.com/kubernetes-sigs/kubebuilder/pull/816#discussion_r297416634 We may want to do some scaffolding besides the `Defaulter` and `Validator` interfaces. Presumably it looks like [the builtin types example](https://github.com/kubernetes-sigs/controller-runtime/tree/master/examples/builtins) in controller runtime. This is mainly for...

lifecycle/frozen
kind/feature

# Description Achieving full compatibility with Windows machines requires several changes that will be tracked in this issue. If any other compatibility fix needs to be provided, in order to...

help wanted
lifecycle/frozen
kind/feature
triage/accepted

- https://github.com/kubernetes-sigs/kubebuilder/blob/38343942a397a02559bfdd46f3d31257d1561f98/pkg/cli/cli.go#L279 - https://github.com/kubernetes-sigs/kubebuilder/blob/master/docs/book/src/reference/admission-webhook.md "pod image whitelisting" /wg naming /kind cleanup

lifecycle/frozen
kind/cleanup
wg/naming

# Description Test should be runable in Windows systems. **Additional info:** - #300 - #1126 *Please, comment here before taking this task to coordinate development efforts.* ***Note:** this task is...

help wanted
lifecycle/frozen
kind/feature
triage/accepted

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

help wanted
lifecycle/frozen
kind/feature
triage/accepted

# Description `make` is not installed in Windows. This dependency should be added to the book. There are several methods to install `make`, providing some alternatives or a link to...

help wanted
lifecycle/frozen
kind/feature
triage/accepted

`./generate_golden.sh` does not work under Windows. I tried to do some modifications to make the script work in windows, like using `bash ...` instead of `./...` notation and converting all...

help wanted
lifecycle/frozen
kind/feature
triage/accepted