Nic Cope

Results 846 comments of Nic Cope

I realized there's a simpler approach: 1. Update dependencies (i.e. family provider) in place by changing their OCI ref 2. Update dependents In simple tests this seems to work fine.

> In simple tests this seems to work fine. I've tested it and it works, but it feels like it's dependent on a shortcoming in the package manager. I'd expect...

It's possible https://github.com/crossplane/crossplane/pull/5651 might fix this. It's a pretty big rework of realtime compositions. If someone could try to reproduce this issue with that PR, it would be very useful.

Has anyone seen this issue in v1.17 or above, with `--enable-realtime-compositions` enabled?

@gjbravi Please follow the instructions in the PR checklist and fill it out.

@gjbravi I don't think we should back port this, as its not a bug fix. It's okay to strikethrough that one.

Assigning to @haarchri (author of x-metrics), who's started design and prototyping for this.

Thanks for raising this! I know we discussed it briefly at KubeCon Paris. I like the idea on the surface. After thinking about it a little more though, I'm wondering...

There's probably a couple of ways this could be done: 1. Have providers emit the change log as Kubernetes events. 2. Reconstruct the change log from Kubernetes audit logs. 3....