-
I have a k8s cluster on IPv6, and the Vector pod works on IPv6. setting:
|
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
Oct 27, 2023
Replies: 1 comment 4 replies
-
You can bind to an IPv6 address as well. The equivalent wildcard would be |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you need to quote it:
address: "[::]:9090"
. That error you see looks like a YAML parse error.