Carl Henrik Lunde

Results 139 comments of Carl Henrik Lunde

Is there a design document explaining why the C/U/D operations are running in a new goroutine? I understand they need a longer timeout, so the `context.Context` would either need a...

Is this two parts: creating roles using this mode, and provider-sql authentication in this way, or just the role part? Based on the queries in the documentation I don't think...

https://github.com/kubernetes-sigs/kubectl-validate does this but it's not very active

@stefanprodan would you also consider it a breaking change if we delay pruning only for configmaps and secrets? Alternatively, `kustomize.toolkit.fluxcd.io/prune: WhenHealthy` per resource, this would completely remove any kind-specific knowledge...

Try controller-runtime 0.18, see breaking changes in 0.19 here: https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.19.0

This seems to work, you also need to use k8s 0.30 and controller-tools v0.14.0 ``` require ( dario.cat/mergo v1.0.1 github.com/alecthomas/kingpin/v2 v2.4.0 github.com/crossplane/crossplane-runtime v1.17.0 github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79 github.com/crossplane/upjet v1.4.1-0.20250130134024-ce71033d450f github.com/pkg/errors v0.9.1 k8s.io/apimachinery...

It looks like 0.31/0.18/1.18 will be supported by #452

It seems that `kubernetes_sd_config` doesn't have AZ information for pods, so I think more work is required on the SD side too? https://prometheus.io/docs/prometheus/latest/configuration/configuration/#pod

Not an issue, just surprising: https://docs.earthly.dev/docs/earthfile#options-4 - the `_output` binary `crank` and `crossplane` gets timestamp `Apr 16 2020`