-
Notifications
You must be signed in to change notification settings - Fork 340
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
unable to see Kubernetes pod logs in vmui #1772
Comments
hey @slopesaka |
hey @slopesaka |
Hey. When used victoria-logs-single-0.8.1 / v0.41.0 with default config with vector set to enable on azure k8s, every json message that was generated by pod was not logged in but in it's place got:
It's same for today (victoria-logs-single-0.8.2 / v1.0.0) release. this is easily to see when using istio ingress as it's logs are missing. |
Quick update. |
hey @trudzkimedo
or add expected field names to
|
Hey, Anyway, for me it's working now fine, hopefully @slopesaka will solve her/his issue. |
Hi @AndrewChubatiuk , Not sure I get what you mean by "leave only custom chart values in a description" ..do you mean the properties I have changed in the values.yaml file? if yes then here are the changes I made
I using Kubernetes version v1.27.16+k3s1 |
hey @slopesaka |
Hi @AndrewChubatiuk, 2024-11-20T09:27:15.653868Z WARN vector::kubernetes::reflector: Watcher Stream received an error. Retrying. error=WatchFailed(Api(ErrorResponse { status: "Failure", message: "Unauthorized", reason: "Unauthorized", code: 401 })) |
this is a setup specific issue, as vector is unable to get logs due to certificates issue |
ok ....so does this mean that the latest version of Victoria-logs helm chart which specifies use of vector instead of the previous fluentd was not tested hence "no such setup" ? |
it was tested on multiple k8s version, it was tested on k3s as well. regarding an issue you're having it's not related to vector or to victorialogs. It's configuration related issue as it's required to mount certificate inside vector container and specify a path to it in vector configuration, but due to a reason that I cannot reproduce your setup I cannot help you with exact parameters you need to change to make vector working for you |
oh ok thanks for the clarification just needed to understand, perhaps the default chart values without my changes should work ? |
i'm not sure that with default values it should work, there's nothing special in your values, which could lead to issues you're having. how different is your k3s setup from a default one, which is provided by k3s install script? I've tested chart on default k3s of your version and it works without issues |
Is your question request related to a specific component?
Victoria-logs
Describe the question in detail
the documentation says to set vector.enabled to true to enable vector logs shipper but I see no logs in vmui when using this values.yaml file to install Victoria-logs-single using helm
Troubleshooting docs
The text was updated successfully, but these errors were encountered: