Skip to content
New issue

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

Running kapacitor without connecting to influxdb #2766

Open
Jesbjerg opened this issue May 30, 2023 · 0 comments
Open

Running kapacitor without connecting to influxdb #2766

Jesbjerg opened this issue May 30, 2023 · 0 comments

Comments

@Jesbjerg
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant