t4lz
t4lz
#2066
### Bug Description When using [`Cluster.Strategy.Kubernetes`]( https://hexdocs.pm/libcluster/Cluster.Strategy.Kubernetes.html) as a strategy users get an error: ``` {"time":"2023-11-09T18:17:39.456Z","severity":"error","message":"[libcluster:service_cluster] request to kubernetes failed!: {:failed_connect, [{:to_address, {'kubernetes.default.svc.cluster.local', 443}}, {:inet, [:inet], :nxdomain}]}","metadata":{"domain":["elixir"],"erl_level":"error"}} ``` ### Steps...
Failed here: https://github.com/metalbear-co/mirrord/actions/runs/7466234067/job/20317188352?pr=2162#step:36:439 Successful here without any change in the code: https://github.com/metalbear-co/mirrord/actions/runs/7466234067/job/20317958535
As pointed out in https://github.com/metalbear-co/mirrord/pull/2195#pullrequestreview-1841106655, we incorrectly use Strings in the SIP crate in places where an `OsString` or a `Vec` would be appropriate. I think if we do everything...
Check if with docker the pause call returns when the request to pause was made, not when the container has been successfully paused. If that's the case, wait for [un]pause...
### Bug Description User connects to the DB with a URL like `jdbc:postgresql://?sslmode=verify-ca&sslrootcert=/run/secrets/rds_public_key/some_cert.pem`, the PostreSQL jdbc driver reads the provided cert file byte-by-byte, so we send a request to the...
Users would like to be able to specify a mapping `m` so that when an application tries to read file `A` mirrord switches the path so that the app then...
Currently when a new process is executed, the layer creates a connection to the internal proxy, which creates a new connection to the agent, which creates new resources (threads?) for...
### Bug Description When trying to start pgAdmin 4 with mirrord it shows a ton of error logs, and crashes with `zsh: trace trap`. ### Steps to Reproduce ``` mirrord...
Currently the following E2E tests fail on mac: - `issue1317::issue1317::issue1317` - `traffic::steal::steal::filter_with_single_client_and_some_matching_requests::application_3_Application__NodeHTTP` (assuming I did not miss some special steps necessary to run those tests correctly) We don't detect it...