Lucas Käldström
Lucas Käldström
Moving out of the v1.9 milestone, as it won't fit into the release anymore at this point @tamalsaha can you provide a short status update on where we are with...
One thing we discussed/realized at Kubernetes Contributor Summit: This proposal has three possible uses: - Allow cross-namespace references - Limit the scope of what operators can do (avoid confused deputy...
It'd be good to do this with Github actions, e.g. together with goreleaser as per #9
Trying to look at this now ([these logs](https://github.com/crossplane/crossplane/issues/5151#issuecomment-1884596182)) XRD created on line 92 (36 seconds before not found): ``` 2024-01-09T16:20:47Z DEBUG crossplane Reconciling {"controller": "defined/compositeresourcedefinition.apiextensions.crossplane.io", "controller": "composite/xirsas.iam.crossplane.airnity.net", "request": {"name":"external-dns-admin"}} ```...
I think that it is either of these two that garbage collect/delete the XR: - https://github.com/crossplane/crossplane/blob/22e8adef5f3109c218eb9d3a1e8540ef21d903e3/internal/controller/apiextensions/composite/composition_pt.go#L504 - https://github.com/crossplane/crossplane/blob/22e8adef5f3109c218eb9d3a1e8540ef21d903e3/internal/controller/apiextensions/composite/composition_functions.go#L761 Are there some links missing between the template and XR?
cc @LinAnt
Alternatively; what do you think about using e.g. Speakerdeck (has integration with Github) for hosting these PDFs instead of Git?
This is really tricky as there is no way to terminate a goroutine which executes indefinitely. I otherwise like the code that @ekuefler pasted above and hope we could do...
> context.Context should probably be a first parameter on anything that calls into controller author code. Yes Also see https://github.com/kubernetes-sigs/controller-runtime/issues/801#issuecomment-658110635, in particular: > The manager could also e.g. close the...
Hi! Feel free to add my name on my behalf. Just wanted to mention I'm a user, no need for me to sign CLA and such if not needed.