Carl Henrik Lunde

Results 140 comments of Carl Henrik Lunde

> fatal error: concurrent map writes ... > sigs.k8s.io/controller-runtime/pkg/client.(*subResourceClient).Update(...) > sigs.k8s.io/[email protected]/pkg/client/client.go:590 +0x1e8 > github.com/crossplane/crossplane-runtime/pkg/reconciler/managed.(*Reconciler).Reconcile(...) > github.com/crossplane/[email protected]/pkg/reconciler/managed/reconciler.go:1309 +0x7774 This is at the bottom of `Reconcile(..)`: ```go // We've successfully updated our...

What is the best way forward here? I expect a lot of issues soon as spring boot will upgrade. Would it make sense to _add the possibility to discard the...

@Stono That's what I attempted to propose: that the upgrade configs (in the future) does the same job as your lua script. Edit: Maybe `discard_header: true` will make it more...

We added a sleep preStop hook (https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/3960-pod-lifecycle-sleep-action/README.md) to our pods to ensure the app container does not stop before the istio sidecar stops. This fixed one set of issues getting...

> Immediately see the connection: close headers being returned > This causes some of our http pool implementations to quite literally implode! :D Is the problem _only_ that outbound connection...

I just intended to report that we should probably add some comments like above here: https://github.com/alexandrevilain/temporal-operator/blob/main/api/v1beta1/temporalnamespace_types.go#L44-L45 ```go // RetentionPeriod to apply on closed workflow executions. // Valid time units are...

@alexandrevilain I was in a hurry so I didn't properly debug it, but I had added the prometheus annotation setting for TemporalCluster and deleted the Deployment for cluster-ui and expected...

@bobh66 in both cases here the resources are valid, so I don't think my cases should hit that line.

## community provider-aws function approach Crossplane community provider-aws has a couple of issues with tags: * The provider auto-generates tags, which are not available to the composition. This means that...

@bobh66 I think I looked at it for another use case, extracting "team" from a namespace label to a tag for all resources, and noticed that it didn't array based...