Toni Mauno

Results 10 comments of Toni Mauno

Maybe related? We're getting consistent MFA token errors at least with regions `eu-north-1` & `eu-south-1`: ``` An error occurred (AccessDenied) when calling the GetSessionToken operation: MultiFactorAuthentication failed with invalid MFA...

We worked around this issue by explicitly installing older activesupport before krane in our dockerfiles: ``` ... gem install activesupport -v 6.1.4.3 && \ gem install krane:2.3.4 ``` Seems to...

We have a similarish use-case, we've got a repo for "common components" that can be added as resources by developers like so: ```yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - base.yml...

Yeah, looks like you're correct. I looked back on our CI/CD logs from October to confirm & back then ESO resources were not being predeployed, though curiously some other custom...

Thanks, that might very well be. The curious thing is that metrics from all other applications and components except buildkit continue working just fine.

@jedevc Yeah so I spent some more time debugging this. On [Bottlerocket nodes](https://github.com/bottlerocket-os/bottlerocket) when I downgraded to buildkit 0.11.6 the metrics started working fine. Should be easily reproducable. The image...

Yeah, tell me about it 😁 I suspected the cgroupsv2 a bit myself too earlier, but it was just a hunch & didnt look into it. Of course, here are...

> > Resolved in [v0.56.4](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.56.4) release. Make sure to read [Provider Caching](https://terragrunt.gruntwork.io/docs/features/provider-cache/). > > Nice! > > Will try it out later. I noticed it's still labeled as an experimental...

> > Perhaps not exactly an issue, but we noticed that memory usage can skyrocket with --terragrunt-provider-cache, especially when using lots of modules. On less complex terragrunt stacks it stayed...

We ended up locking version to `v0.11.6`. Now re-checked this as that pinned version is getting pretty old and has bunch of vulns.. Upgraded buildkit to latest `v0.14.1`. Still getting...