Grzegorz Głąb

Results 80 issues of Grzegorz Głąb

Long term plan is to drop dependency on `metacontroller` dynamic clienset. One change is that we will use cache to `Get` , so objects can be a bit stale, question...

# Problem Reported in this [slack thread](https://kubernetes.slack.com/archives/CA0SUPUDP/p1644269204470379?thread_ts=1642680548.006900&cid=CA0SUPUDP) - to wrap up - when dealing with resources in different versions (like `Ingress` - `"extensions/v1beta1"` and `"networking.k8s.io"`) in managing children (https://github.com/metacontroller/metacontroller/blob/master/pkg/controller/common/manage_children.go#L131) the...

bug
help wanted

# Problem Currently user controller does not have a clear way to get feedback that something is wrong. The only way is either to : * log in user controller...

enhancement

# Problem Metacontroller do not handle cross namespace object creation in case of Namespaced level CRD's, thus should warn and emit event when user controller is trying to do that....

bug

# Description Based on [slack conversation](https://kubernetes.slack.com/archives/CA0SUPUDP/p1570480680057700) : > > if the new client-go dynamic informer does everything metacontroller needs (e.g. start/stop dynamically without process restart), it would be great to...

help wanted
chore

# Description Finalize draft of https://metacontroller.github.io/metacontroller/design/map-controller.html

enhancement
help wanted

Thanks @fpetkovski for spotting, metacontroller crd's are in group called `metacontroller.k8s.io`, which mean it is protected - https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/20190612-crd-group-protection.md#k8sio-group-protection so we temporary need to add annotations marking it is unapproved -...

Recently I introduced bug in one of CompositeControllers, which were handled by `metacontroller`. In general, during processing metacontroller's request my controller throws an exception, which was not caught. In a...

For use in ELK the log need to be in json format.