Reputation: 685
I installed influxdata/influxdb2 and influxdata/chronograf with default-values.
I can successfully log in to InfluxDB-UI after port-forwarding to localhost and reading the admin-password from the kubernetes-secret. However, if I try to set up Chronograf and connect to InfluxDB using the following settings:
I see a notification saying:
Unable to connect to InfluxDB Influx 1: Error contacting source
when using v1 authentication (username, password) and I see:
Unable to connect to InfluxDB Influx 1: Failed to fetch
when using v2 auth (org, token).
Reproduction:
kind create cluster
helm install influxdb2 influxdata/influxdb2 # prints '...influxdb accessible through its service-name: influxdb2' among other things
helm install chronograf influxdata/chronograf
kubectl port-forward chronograf 8888:8888
# Set up in browser
Did I do something in the wrong order? I'm pretty new to the TICK-stack - please be gentle
Upvotes: 1
Views: 435