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