Tarasovych
Tarasovych
> (but why would all these `socket()` calls return the same file descriptor in the first place? even just initially for the `AF_INET6` and `AF_INET` domains?) Those traces I posted...
I've created a gist with readable strace diff between success and failed connections, take a look on 2nd revision https://gist.github.com/Tarasovych/6b365bb78ccdf41779de548563e689c5/revisions
Same issue with cp-kafka (0.6.1), but there is [no way to override `command`](https://github.com/confluentinc/cp-helm-charts/blob/master/charts/cp-kafka/templates/statefulset.yaml#L151)
Same issue, `docker login` doesn't affect cm to use credentials
@vania-pooh what if they're stored under `/root/.docker/config.json`? `cm` runs from `root` user as well
I've built `cm` from source, added some debug to https://github.com/aerokube/cm/blob/1.8.2/selenoid/docker.go#L200, and I see that `configFile` is being read correctly. For some reason I still get rate limit error
In my case `host` in `config.json` is `https://index.docker.io/v1/`. I'm getting `index.docker.io` in [`registryHost`](https://github.com/aerokube/cm/blob/master/selenoid/docker.go#L210), so [`configFile.AuthConfigs[registryHost]`](https://github.com/aerokube/cm/blob/master/selenoid/docker.go#L214) is empty
Same issue here, was a bit confused with > By default, Logstash checks for configuration changes every 3 seconds. and > --config.reload.interval RELOAD_INTERVAL How frequently to poll the configuration location...
@mkilchhofer I'd like to use csi backend, for example (AWS EBS). Does that make sense?
Same issue with 1.4.1, EKS 1.24