Nic Cope

Results 846 comments of Nic Cope

@turkenh I can open another PR for the first two. I think no, too much of a behavior change to back port.

A few things to consider about this proposal: * Would a Configuration be initialized before or after its dependencies are installed? Consider a Provider that must be told (via its...

Perhaps in addition to supporting manual creation of init XRs we could support optionally templating them. Something like: ```yaml apiVersion: pkg.crossplane.io/v1 kind: Configuration metadata: name: bootstrapper spec: package: crossplane-contrib/configuration-blah:v1.0.0 initTemplate:...

Just to make sure I understand here, are you proposing that: * `observedGeneration` be updated when we change the desired state of an external resource [^1] * `convergedGeneration` be updated...

Link to said PR: https://github.com/crossplane/crossplane-runtime/pull/633.

The mechanics of this proposal are far from fully formed in my mind. Some things we'd need to figure out: * You can't actually `kubectl apply` a `crossplane.yaml` file. It's...

Note that there is a proof-of-concept implementation in https://github.com/crossplane/crossplane-runtime/pull/358

A few thoughts on tackling this: * Can we keep the `Applicator` interface, but introduce SSA based one? We "apply" in a lot of places. It would be nice to...