Angelo Pantano

Results 33 comments of Angelo Pantano

Looks like the selector should default to `metrics` only if `common.labels.matchLabels` are not defined according to the servicemonitor code https://github.com/bitnami/charts/blob/master/bitnami/redis/templates/servicemonitor.yaml#L39-L40 ``` selector: matchLabels: {{- include "common.labels.matchLabels" . | nindent 6...

I think this should be reopened as there is enough demand from users to have sam local properly run in docker-compose

@terlar this image `https://hub.docker.com/r/cnadiminti/aws-sam-local/` does not support `start-lambda` command, just `invoke` and `start-api` so it's not really ideal, especially if you use Step Functions Local which needs a local Lambda...

The problem here is that there is no official sam image for docker-compose, the fact that it works with a user image and a lot of hacking is not a...

Got into this as well, looks like I cannot use `aws-lambda-java-libs` with `shade`

@tombokombo you can't use `ExternalName` service when exposing TCP traffic, you must use `EndpointSlice` and for some reason the `FQDN` is treated as IPv6 @longwuyuan is there any chance this...

@longwuyuan please see inline below the comments > You actually want to create a endpointslice (not even just a endpoint) for your goal. Stating the obvious here for thoughts on...

We already use a tcp proxy (haproxy) in the meantime while we wait that `EndpointSlices` of type `FQDN` are not mistaken as IPv6s so we do have a workaround. But...

The previous post contains enough data already supplied from @BulatSaif and @ChristianAnke. If you guys require additional information please let us know. > The tcp/udp port exposing feature is not...