bitsofinfo

Results 157 comments of bitsofinfo

definiately need this support as well

2.9.2 only happens as described for me. I have an external client library generating these requests. (an apache commons lib doing the POSTs) Not much more to elaborate, but the...

def want this + label selectors to further target specific things to monitor

Same issue here. Given the last registrator released was 2016, i highly doubt this will be fixed.

What about rudimentary polling of: https://docs.docker.com/engine/reference/api/docker_remote_api_v1.24/#/3-8-services

Also this behavior is not respected. No matter what, it generates an apiKey randomly and I have to use that one on a `private` flagged http function https://www.serverless.com/framework/docs/providers/aws/events/apigateway#setting-api-keys-for-your-rest-api ``` #...

I also tried putting a pre-built `whl` file under the project's local dir `py-packages/mypackage.whl` ``` pythonRequirements: layer: true dockerizePip: true vendor: ./py-packages ``` Still get ``` Error: STDOUT: Processing ./py-packages/mypackage.whl...