Hasan Turken
Hasan Turken
This makes sense to me. I think the `Create` case was more obvious since it usually impacts time to readiness. For resources that do not require a provisioning time, e.g....
@muvaf thanks for the hint. I could find the following 5 as not passed/not reserved after `example/redshift`: - route53.HostedZone - route53.ResourceRecordSet - servicediscovery.PrivateDNSNamespace - servicediscovery.PublicDNSNamespace - servicediscovery.HTTPNamespace
> @muvaf thanks for the hint. > I could find the following 5 as not passed/not reserved after `example/redshift`: > > * route53.HostedZone > * route53.ResourceRecordSet > * servicediscovery.PrivateDNSNamespace >...
> I also opted to move the ControllerEngine implementation from c/cr to c/c. I think that will make changes like this easier in future. I am working on implementing [watches...
> @turkenh How would you feel about duplicating them to start with? We could then consolidate later. This sounds good to me, both to proceed faster on provider kubernetes side...
> The provider gets unhealthy, because the currently active revision is neither updated with the new refs, nor replaced with another revision. Can you share more details at this step?...
Looking at this and I am wondering if we are getting an incorrect `NotFound` [here](https://github.com/crossplane/crossplane/blob/6b8545cc1caa6b5f57ccd7238dda7fbcb4c3d4af/internal/initializer/tls.go#L126) from the controller runtime cache where we try to get the `crossplane-root-ca` secret and regenerate...