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
I want to run an instance using the latest version of kapacitor image without connecting to influxdb
Expectation: When running version 1.5.9 and modifying a environment variable to disable the subscriptions, like so:
docker run -p 9092:9092 -e KAPACITOR_INFLUXDB_0_DISABLE_SUBSCRIPTIONS=true \ kapacitor:1.5.9
it runs a kapacitor instance. It works, great!
Result: When I want to upgrade the version of the image to 1.6.6, I expect the same result as above, but instead I get this
failed to connect to InfluxDB, retrying..." service=influxdb cluster=default err="Get \"http://localhost:8086/ping\": dial tcp 127.0.0.1:8086: connect: connection refused
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to run an instance using the latest version of kapacitor image without connecting to influxdb
Expectation:
When running version 1.5.9 and modifying a environment variable to disable the subscriptions, like so:
it runs a kapacitor instance. It works, great!
Result:
When I want to upgrade the version of the image to 1.6.6, I expect the same result as above, but instead I get this
The text was updated successfully, but these errors were encountered: