Antonio Abella

Results 12 comments of Antonio Abella

> Engine do support passing --env-file /dev/null so compose should do the same @ndeloof I'm aware this issue is old and closed but I'm not sure of the accuracy of...

@ndeloof Oh, I misread your comment. my mistake

I just found this issue on my own search for the Reports output directory and decided to comment here for future wayward wanderers: the Report export function appears to be...

@tbenthompson If you're still looking, the current non-default context is listed in `~/.docker/config.json` under `.currentContext`. I added current context to my PS1 prompt by sourcing it from this file. ```...

One more joining the party here, affecting `aws_lb_listener` (and presumably `aws_lb_listener_rule`) When configuring the default_action of an `aws_lb_listener` resource with an action of `forward` to multiple `target_group` objects, like so,...

@salvianreynaldi I don't know about whatever resource you're using, but on aws_lb_listener to ignore the forward rule default_action I think we did: ```hcl ignore_changes = [ default_action[0].forward[0] ] ```

As a temporary workaround, in `userchrome.css` you can add `position: relative !important` to `.rli-noteList div` to allow you to click in the note list again. However this takes away the...

I am hitting this as well with `nanoserver:1809` on Windows Server 2019. In my case Alloy runs, but I cannot mount the C:\var\log hostPath for log collection. Works with ServerCore,...

I was all excited to use header templating to make Vector function as a Mimir-tenant router with a disk buffer, I thought it would be possible since the `prometheus_remote_write` sink...

Just commenting that this is a highly valuable change and would love to see it merged. I am currently hacking around the lack of metrics expiration with a helm hook...