muvaffak

Results 104 comments of muvaffak

> does it mean there are 2 controllers (composite & claim) that is trying to update the composite object as the same time which caused race condition? Yes, this is...

Slightly related, https://github.com/crossplane/crossplane/issues/2110 is also about customizing composition behavior but at a lower level that won't require you to give up using `Composition` completely.

A few people asked in Slack, here is the old design doc for custom composition https://github.com/crossplane/crossplane/pull/1705

@negz you're right. It seems like we're initializing the controller with the [initial filter array](https://github.com/crossplane/crossplane/blob/6e4486b/internal/controller/apiextensions/composite/api.go#L66). The alternative would be to fetch the XRD in every reconciliation and use the latest...

Just noting here that there is some discussion regarding this problem here https://github.com/crossplane/crossplane/discussions/3116#discussioncomment-2856158 . IMO, `ConnectionSecretUsage` pattern suggested there would cover a lot of grounds here without any user involvement...

Hi @AvineshTripathi ! Thank you for your interest. I can definitely give some pointers but please do not start any design/work for this issue before being accepted for the project...

@AvineshTripathi I see two cover letters and two resumes submitted but they seem to be just duplicates. So, you're all fine 🙂 For queries related to the program specifically, like...

/fresh https://github.com/crossplane/crossplane-tools/pull/45 to check breaking changes has been merged but we'll need follow-up PRs to integrate it with providers.

I've just realized that `curl mysub.domain.com --haproxy-protocol` doesn't work either, which README says it should in the step 0. ``` $ curl mattermost.muvaf.com --haproxy-protocol curl: (28) Failed to connect to...

I ran cert-manager in my laptop and it all worked since it accessed from outside the cluster. I'm trying to set up a dev/test instance so expiration is not an...