Carl Henrik Lunde
Carl Henrik Lunde
### Describe the bug The documentation and some tests uses `gw.ns(.svc.cluster.local)` for gateways. I think this is the correct format for istio gateways: `/` Like here: https://github.com/fluxcd/flagger/blob/273b05fb24d467c10939389218e6a8ec26d4c70e/test/istio/test-delegation.sh#L41 re. https://istio.io/latest/docs/reference/config/networking/virtual-service/#VirtualService Examples...
FYI, just noticed this file was commited, probably by accident
When using cache .Layers(), the cache is never used. This is because the layers are retrieved by a different hash then they are stored. ---- I created a proof of...
Flux will garbage collect the ServiceAccount if we copy the flux annotations from the ControllerConfig, when the ControllerConfig is managed by flux and the ServiceAccount is not. ### Description of...
### What happened? We sometimes see bursts of Unauthorized for calls from crossplane providers to the kubernetes apiserver. After some debugging we've found that the UID in the service account...
# What problem are you facing? It is difficult to locate resources that are not ready or not synced using the available observability tools. While there are events and kubernetes...
### Description of your changes AWS has changed DescribeCluster to return AccessDeniedException instead of BadRequestException on an invalid ARN. This breaks cluster creation. But we should not initialize external-name with...
### Description of your changes Use a shared client/credentials to avoid calling AssumeRoleWithWebIdentity for each reconcile. aws.Config (v1/v2) is thread safe and checks token expiry/handles renewal. To handle Fixes #828...
### What resource do you need? ScramSecretAssociation.kafka ### What is your use case? Provision users with access to kafka ### Would you be willing to contribute it using [code generator](https://github.com/crossplane/provider-aws/blob/master/CODE_GENERATION.md)?...
### What happened? Multiple AWS resources share the structure for a resource based policy. There are many corner cases when comparing resource based policies, such as string order, single vs....