Amit Kumar Das
Amit Kumar Das
How about using `metacontroller.github.io` as the API group in the CRDs exposed in this project? We can change the `go.mod` to point this as well? cc @grzesuav @fpetkovski
Alright. Migration will be painful for sure. Let's ask for approval then. @grzesuav or @fpetkovski do you mind taking this up. Eventually I am hoping we can make this CRD...
This issue is specific to custom resource api group. This in turn is visible from apiVersion. Yes `metacontroller.io` seems appropriate.
main site can be moved over to metacontroller.io I need to check out the steps for the same.
@fpetkovski Do you mind trying `GenericController` from metac & see if it suits your usecase. We might need to tune it to solve your problem. If that works out, you...
Thanks @RayBB for describing the problem statement. I have worked on something similar for most of our production operators. It is based on a selector that is applied against the...
My team has tried two approaches 1/ config based 2/ namespace scoped CRD based on metac (fork of metacontroller). Needless to say config based approach has helped us solve most...
Here is a reference from project OpenEBS: - https://github.com/openebs/openebs/blob/master/ADOPTERS.md
> @AmitKumarDas @mikesmithgh WDYT ? My only concern is that do not demonstrates any particular behavior of metacontroller I am a bit hesitant on adding codebases into this main repo...
> I will fix the requested changes, and I can make the example a bit more simple. > > The current example shows how to create children resources and how...