Miguel Alexandre

Results 10 comments of Miguel Alexandre

We also hit this issue with the following config: ```nginx location /analytics/ { opentelemetry_operation_name analytics; opentelemetry_propagate; add_header X-API-Correlation-Id $opentelemetry_trace_id always; proxy_pass http://nginx-2; } ``` Sending a request to `/analytics` triggers...

Was able to fix the reproduction use cases described here with #190.

Would really like to see this! Currently we run `kustomize build` and feed the output to kubelinter, however we lose information on which file the findings are.

@tomasbjerre just to be clear, the decision was to abandon this plugin in favor of the warnings plugin?

Great job! 👍 Looking forward for this to be available

We're also getting hit by this, the metrics-generator pod is eventually killed because it exceeds the limit of the ephemeral storage

@lkysow Is this something that can be fixed? We would like to see this fixed and can help with a PR if you provide some guidance.

I think it would be more user friendly creating the PR with the deletion of the directory. Atlantis could then detect it and destroy the project using the directory from...

Thanks for all the work into the plugin and this PR. What's the status on this? Would be really helpful for us

I've been having this issue too, the container freezes and a computer restart is the only way to stop it.