Skip to content

v3.1.0: Use service-name.namespace as ServerName Edit

Compare
Choose a tag to compare
@sercand sercand released this 19 Apr 16:47
· 47 commits to master since this release

This release changes how kuberesolver handles the servername. It fixes the issues #23 and #25

Previously pod name used as ServerName but it caused problems to use it with TLS. From now on it will report with service-name.namespace format to gRPC.

This is a re-release to follow major.minor.patch versioning.