|
I'm trying to deploy vector on the kubernetes environment. This is my config file, values-vector.yaml I tried to install it with command This is a result of pod list: And I saw error from vector log: I searched solution for this error, and I realized I can set "readOnly: false" for /var/lib in values.yaml. For the previous discussions:
And I stucked in this problem. Thanks. |
Answered by
JayJay-K
May 18, 2026
Replies: 1 comment
|
I found solution with "vectordotdev/helm-charts#266"
Thanks. |
0 replies
Answer selected by
JayJay-K
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found solution with "vectordotdev/helm-charts#266"
I'm working on openshift and followings are what I did.
Thanks.