Grzegorz Głąb

Results 80 issues of Grzegorz Głąb

# Proposal Currently metacontroller is configured by recognizing CR's of type `Composite/DecoratorController`. This is about adding alternative way to provide config file, which content will be equivalent to those CR's,...

enhancement

# Problem Native `errors` package in `golang` do not wrap stacktrace when wrapping errors, therefore there is challenging understand from given error comes from. # Solution There is many libraries,...

enhancement

# Proposal Original proposal - https://github.com/GoogleCloudPlatform/metacontroller/issues/154 Currently there is is single metacontroller instance in while cluster, which has its downsides. I have proposition, similar to above one, but with minor...

enhancement

# Proposal Add new field to `Decorator`/`Composite` CRD's in `Hook` field - to determine which request/response format should be used to communicate. Currently it looks like ```yaml hooks: sync: webhook:...

enhancement

Recently, thanks to @sathieu we have helm chart, which can be improved in following way : 1. Add customization to arguments passed to metacontroller 2. When releasing, make chart bundle...

# Request description Currently metacontroller uses `http` communication without any authorization to execute hookhs. # Proposal Add ways to authenticate, like basic auth, ca certs, bearer token. Hook API will...

enhancement

# Description When I was looking over internet I came to this discussion - https://github.com/kubernetes-sigs/kubebuilder/issues/592 - which revealed new options to compare object difference - more effective than `reflect.DeepEqual` as...

enhancement
performance

# Description [Server side apply](https://kubernetes.io/docs/reference/using-api/server-side-apply/) or SSA, was introduced in 1.16, reaching GA over time. It basically mimic `kubectl apply` behavior in more declarative way, managed by kubernetes API server....

enhancement
help wanted