Domenico Caruso

Results 7 comments of Domenico Caruso

This was the content ```clair: port: 6060 healthPort: 6061 uri: http://localhost report: path: ./reports format: html docker: insecure-registries: - "localhost:5000" ``` Then I added ``` clairctl: ip: 0.0.0.0 ``` And...

ifconfig: ``` lo0: flags=8049 mtu 16384 options=1203 inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 nd6 options=201 gif0: flags=8010 mtu 1280 stf0: flags=0 mtu...

Maybe the log from clair can help you figure out the problem: ``` {"Event":"failed to extract data from path","Level":"error","Location":"worker.go:122","Time":"2017-06-28 06:31:29.373256","error":"could not find layer","layer":"9ef38489fa0510d23eb7618c32bb2f79c02990bd29b7a4bd09cc87bcfc4b210a","path":"http://0.0.0.0:44480//local/updatescenter_update_runner/blobs/9ef38489fa0510d23eb7618c32bb2f79c02990bd29b7a4bd09cc87bcfc4b210a/layer.tar"} {"Event":"Handled HTTP request","Level":"info","Location":"router.go:57","Time":"2017-06-28 06:31:29.373833","elapsed time":41830019,"method":"POST","remote addr":"172.25.0.1:58554","request uri":"/v1/layers","status":"400"}

Yes, I have two services, but they were deployed automatically with the elastic search operator, not sure if I can simply remove one

I have a serviceMonitor with a labelsSelector, but unfortunately the two services coming from the eck-operator have the same labels :( So I can change them manually and it's fine,...

Maybe this is more an issue on the operator side and not here, unless you used it too and know how to handle this

I'm experiencing the same problem, anyone is working on this?