You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client Version: v1.29.3 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.29.3
Which chart?
kube-prometheus-stack
What's the chart version?
58.0.0
What happened?
I declared "remote write" in values.yaml, upgraded kube-prometheus-stack (with restarting pods).
Metrics are available from local source, just like before, no data in remote database.
I'm sure deployment has accepted configuration, because I've check it like this:
user@101-kuball:~/servers/kube-prometheus-stack$ helm get values kube-prometheus-stack -n monitoring
(...)
The connection is via nginx proxy. Analyzing logs I can tell, there's no signs of connection, even ended with some "bad" http code.
I've tried with curl from all k8s nodes, it occurred in logs, so there is no firewall issue.
The text was updated successfully, but these errors were encountered:
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /opt/kube_config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /opt/kube_config
version.BuildInfo{Version:"v3.13.2", GitCommit:"2a2fb3b98829f1e0be6fb18af2f6599e0f4e8243", GitTreeState:"clean", GoVersion:"go1.20.10"}
Describe the bug a clear and concise description of what the bug is.
Using remoteWrite feature does not cause prometheus write data to the remote location.
What's your helm version?
version.BuildInfo{Version:"v3.14.2", GitCommit:"c309b6f0ff63856811846ce18f3bdc93d2b4d54b", GitTreeState:"clean", GoVersion:"go1.21.7"}
What's your kubectl version?
Client Version: v1.29.3 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.29.3
Which chart?
kube-prometheus-stack
What's the chart version?
58.0.0
What happened?
I declared "remote write" in values.yaml, upgraded kube-prometheus-stack (with restarting pods).
Metrics are available from local source, just like before, no data in remote database.
I'm sure deployment has accepted configuration, because I've check it like this:
user@101-kuball:~/servers/kube-prometheus-stack$ helm get values kube-prometheus-stack -n monitoring
(...)
What you expected to happen?
I would like data flow into remote Influx database.
How to reproduce it?
place into values.yaml
remoteWrite:
- url: https://xxx.yyy:8086/api/v1/prom/write?db=database
Enter the changed values of values.yaml?
Enter the command that you execute and failing/misfunctioning.
helm upgrade --recreate-pods kube-prometheus-stack prometheus-community/kube-prometheus-stack -f values.yaml -n monitoring --version 58.0.0
Anything else we need to know?
The connection is via nginx proxy. Analyzing logs I can tell, there's no signs of connection, even ended with some "bad" http code.
I've tried with curl from all k8s nodes, it occurred in logs, so there is no firewall issue.
The text was updated successfully, but these errors were encountered: