Richard Hillmann

Results 81 comments of Richard Hillmann

@FelixZY The import itself was pretty fast, but navigating the rendered canvas afterwards is impossible (even after turning off autosave). Just tried turning off the sidebar and it has definitely...

I am pretty certain the problem is with the aws-cli packaging. Executing the affected python code manually with global installed prompt toolkit dependency (using arch) the import works as expected.

Sounds like a good case for headlamp ;-)

This is really required, i plan to spin up quiet a few stacks for ephemeral environments and it just eats unnecessary resources

I am a little bit confused about the error description. `s3.us-east-1.amazonaws.com` has no ipv6 support, one has to use `s3.dualstack.us-east-1.amazonaws.com` to get ipv6 in this case 😕. Do you have...

@jeffbrl I think it would be great if you could update the debug log in your issue with the correct using the dualstack endpoint. It currently just reflects the "normal"...

I just faced the same issue, the error message is misleading. In my case the URL was not correct due failed substition (e.g. missing catalogBucket Parameter).

if someone else needs a intermediate solution, i have switched to rclone mount what does seem to work in my case. Not sure how well it scales: ``` rclone mount...

this issue looks pretty similar, but the error message is somehow different: https://github.com/hashicorp/terraform-provider-aws/issues/40582

I just faced this problem within a ARM cluster: > Failed to pull image "pulumi/pulumi:latest-nonroot": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/pulumi/pulumi:latest-nonroot": no...