kubernauts / jmeter-kubernetes

Load testing as a service (LTaaS) with Apache Jmeter on kubernetes
Apache License 2.0
362 stars 249 forks source link

Influxdb Permission denied issue #34

Closed ImSanjayChintha closed 3 years ago

ImSanjayChintha commented 3 years ago

I have been trying to connect influxdb via kubernetes pod, its throwing me permissions denied messages like below:

I have no name!@influxdb-jmeter-645d9db66-qdzvd:/$ influx -username admin -password admin Connected to http://localhost:8086 version 1.8.3 InfluxDB shell version: 1.8.3

use jmeter Using database jmeter There was an error writing history file: open /.influx_history: permission denied

xykong commented 3 years ago

I have been trying to connect influxdb via kubernetes pod, its throwing me permissions denied messages like below:

I have no name!@influxdb-jmeter-645d9db66-qdzvd:/$ influx -username admin -password admin Connected to http://localhost:8086 version 1.8.3 InfluxDB shell version: 1.8.3

use jmeter Using database jmeter There was an error writing history file: open /.influx_history: permission denied

I connect to influxdb successfully without given username or password. just try

➜ jmeter-kubernetes git:(master) ✗ influx Connected to http://localhost:8086 version 1.8.1 InfluxDB shell version: 1.8.2

ImSanjayChintha commented 3 years ago

I have tried same. It storing the measurements but throwing the error. However, It is not stopping me to store the data. Hence closing the issue.