vector k8s deployment from chart with error Configuration error. error=invalid type: sequence, expected a string #24523
-
|
I am trying to deploy vector on k8s from vector chart and I am struggling with error: so I copied configuration from container and I am running this config locally with the same error: this is result: Any hints? What's wrong with this config? |
Beta Was this translation helpful? Give feedback.
Answered by
psychonaut
Jan 21, 2026
Replies: 2 comments
-
|
ok, find out, bootstrap_servers should be string. I just focused on this internal_log_rate_limit=false thing and couldn't find initially what was wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
psychonaut
-
|
Maybe fix this misleading info? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ok, find out, bootstrap_servers should be string. I just focused on this internal_log_rate_limit=false thing and couldn't find initially what was wrong.