Drew Wells

Results 134 comments of Drew Wells

Same issue in 12.0.5, wish I could turn off the ssh agent. Happens even with `tsh kube`

Any updates on this? Jobset appears to be successfully updated for a number of API changes in webhook and controller manager https://github.com/kubernetes-sigs/jobset/blob/d5dbb51970d57197b493693295ec323b8e9598b9/test/integration/webhook/suite_test.go#L102-L107

with deepseek r1 model. I do not get any answers. It shows the output of web search, but fails to return any of the response from the LLM. I see...

Did you time it? It takes 10 seconds and that error appears in docker daemon. It seems like the image is trapping the signal and not passing it along to...

Something else is going on here, b/c that takes 10 seconds for me and for Jenkins ``` time docker kill $(docker run -d --rm -e POSTGRES_PASSWORD=1234 postgres) da2e3db6490ee63454d3f92862c4ef6548467db2adab9ff76ad9e517735a5257 docker kill...

The stop-timeout flag is ignored here ``` /usr/bin/docker run --stop-timeout 1 --stop-signal SIGQUIT -e POSTGRES_PASSWORD=passyBAucNQ -e POSTGRES_USER=userNFX2wAo -e POSTGRES_DB=testdb bitnami/postgresql:latest ``` ``` time docker kill 7c0a6 7c0a6 docker kill 7c0a6...

Yeah stop timeout has been around for a long time, so I don't think its my daemon being out of date. Running latest ubuntu. Here's the same issue with this...

I think you're right about apparmor, I see a bunch of references to postgres getting a docker-default apparmor policy. Ill try to leave this open until I figure out how...

v0.10.1. The code on most recent looks the same, is there anything sanitizing these passwords? https://github.com/prometheus-community/postgres_exporter/blob/v0.10.1/cmd/postgres_exporter/postgres_exporter.go#L731 https://github.com/prometheus-community/postgres_exporter/blob/master/cmd/postgres_exporter/postgres_exporter.go#L682

Ah okay, so if we used the more modern dsn, we would not be seeing the passwords in our logs? is this the new format you're referring to? `postgres://:@:/?sslmode=require`