Tomas Gareau

Results 5 issues of Tomas Gareau

Hello! This PR tweaks all of the convenience exports in `tenacity/__init__.py` to use the `import ... as ...` form. This lets type-checkers discover those symbols under the `tenacity` module, e.g.:...

Currently, the Helm chart for VerneMQ allows the user to select a Service type (`.Values.service.type`) and ports to expose through that service (`.Values.service.mqtt`, `.Values.service.mqtts`, etc.,). This service exposes all the...

### Summary The [intra-cluster egress firewall rule](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/14a0536bbcfeb89dc1af21f8fef0cb46affdc52e/autogen/main/firewall.tf.tmpl#L24-L65) appears to depend on `google_container_cluster.primary`. This means it will not be created until _after_ the default node pool is created and deleted. If...

bug
triaged
P4

I'm trying to bring up a [`safer-cluster`](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/modules/safer-cluster) in a Shared VPC network roughly based on the [`terraform-example-foundation/3-networks`](https://github.com/terraform-google-modules/terraform-example-foundation/tree/master/3-networks) approach. In this VPC network, access to private Google APIs is configured with:...

bug
triaged
P3

This introduces a quick-and-dirty way that we could allow `wifi-connect` to refresh its list of nearby APs without restarting the device or interrupting the captive portal. Not sure if this...