We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
insecure_skip_verify
It'd be nice to disable certificate verification for the kubelet. While obviously in an ideal world, this would always use certificate verification, in practice, many kubernetes installations use self-signed certificates as the kubelet serving certificate. There are manual workarounds, but not automated ones yet. In the meanwhile, it'd be nice to support controlling the TLSConfig's insecure_skip_verify field for scraping the kubelet.
The text was updated successfully, but these errors were encountered:
Change captured in 30b003b
Sorry, something went wrong.
Resolving as this fix is available in the v0.12.0 release.
v0.12.0
pintohutch
No branches or pull requests
It'd be nice to disable certificate verification for the kubelet. While obviously in an ideal world, this would always use certificate verification, in practice, many kubernetes installations use self-signed certificates as the kubelet serving certificate. There are manual workarounds, but not automated ones yet. In the meanwhile, it'd be nice to support controlling the TLSConfig's
insecure_skip_verify
field for scraping the kubelet.The text was updated successfully, but these errors were encountered: