Replies: 1 comment
-
Hi @yuanqixun ! I'm not a Kubernetes expert but I think you may be able resolve this by providing a custom kube config file that either disables TLS verification or that points to the self-signed certificate for verification. You can provide this config file to Vector using the kube_config_file. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
A note for the community
Problem
I deployed a vector daemonset in my kubernetes cluster. but when i see the log output, i get error bellow:
my k8s cluster is deployed by self signed certificate.
how can i config vector to ignore he ssl verify?
Configuration
Version
vector 0.24.0 (x86_64-unknown-linux-musl 43267b9 2022-08-30)
Debug Output
No response
Example Data
No response
Additional Context
No response
References
No response
Beta Was this translation helpful? Give feedback.
All reactions