Influxd not openning ports when run as influxdb user

Hi @noahcrowley,

Am using Influx version v1.7.9 using mac.

I am also facing the same problem, have deployed the influxdb via helm chart service in kubernetes which is having the private(ClusterIP) when am trying to connect to using - influx -host 10.x.x.x its giving me below error -

Failed to connect to http://10.x.x.x:8086: Get http://10.x.x.x:8086/ping: dial tcp 10.x.x.x:8086: connect: operation timed out. Please check your connection settings and ensure ‘influxd’ is running.

Similar error am getting from Grafana while connecting to InfluxDB DataSource - Getting Network error 502 bad gateway. Could you please assist.