We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./initialize_cluster.sh
When the above command is executed I get the error
Error: unknown shorthand flag: 'e' in -execute See 'influx -h' for help command terminated with exit code 1
This error is thrown from the line
kubectl -n $namespace exec -ti $influxdb_pod -- influx -execute 'CREATE DATABASE jmeter'
Any idea about this error?
The text was updated successfully, but these errors were encountered:
Seems influxdb version 1.x is required.
jmeter-operator/jmeter-deploy.yaml
Line 14 in 9de4687
influxdb_image: influxdb:1.7
Now, It works well.
Good luck.
Sorry, something went wrong.
No branches or pull requests
When the above command is executed I get the error
This error is thrown from the line
Any idea about this error?
The text was updated successfully, but these errors were encountered: