Vincent Rivellino

Results 5 comments of Vincent Rivellino

> Would it be possible to change logic to the following: if subnet_id is provided the parameters region, availability_zone and security_group_ids are not allowed in configuration file and this info...

FWIW, AWS suggest `127.0.0.1/32` when you need to [limit egress on security groups defined in CloudFormation](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html). If, for whatever reason, AWS were to allow broadcast traffic in a VPC, `255.255.255.255/32`...

> codeservices_webinar_sept2015 - @jsywulak I think we created a tag for this? Is this sufficient and can we delete this branch as a result? @PaulDuvall I do remember making a...

I recently upgraded to v6.10.0 of the helm chart and experienced this same issue. I worked around it by deploying [nginx-prometheus-exporter](https://hub.docker.com/r/nginx/nginx-prometheus-exporter) along side nginx in the loki-gateway deployment. This how...

I'm seeing the exact same behavior in my k3s deployment (v1.33.4+k3s1 / flannel CNI v0.27.0) running v0.15.2 I reinstalled metallb just to be sure, but also am seeing duplicated `metallb_bgp_session_up`...