Anthony Yeh
Anthony Yeh
@AmitKumarDas has been doing experiments on a fork (https://github.com/AmitKumarDas/metac) and has mentioned that he'd be interested in upstreaming that work if a new home is found for the project.
Perhaps @droot can comment on whether Google intends to do anything with this repo. As for myself, much to my own surprise, it turned out that between a startup and...
@mikebryant wrote: > The desired outcome would be that a CompositeController can indicate in some fashion that it's interested in the state of some related objects, and be called whenever...
@mikebryant wrote: > A possible implementation might be that the sync hook can return an additional field of "related" (better name?) that indicates objects it's interested in. This might be...
Some background copied from our Slack discussion: The proposed proxy resource was only needed because we wanted to support creating children that we know might get adopted, like Pod, ReplicaSet,...
@yastij In my opinion, events will be an important debugging tool for anyone developing a controller with Metacontroller. I think we should go ahead and use the existing events API,...
I talked with @nikhilk face to face about this. Here are my thoughts for anyone following along: This particular issue is only about emitting events in the sense of `kubectl...
To unblock people who prefer to write hooks in Go, I've proposed #94 which enforces the invariant that Metacontroller should never try to update read-only, system-populated metadata fields. That should...
As mentioned above, the fix in #94 wouldn't work if there are other fields outside ObjectMeta that don't get omitted when left on their Go zero values. For Pod, it...
> The example is a little weird Sorry for using a confusing example. I actually did mean `spec.replicas` in the HPA example, but I was using it as a stand-in...