Files
zylxjtu 4ea5c1759e e2e/auth: use FQDN for mTLS client fetch URL
The Projected PodCertificate mTLS test built the client fetch URL from
the partially qualified name "server.<namespace>.svc". Windows pods
treat any name containing a "." as an FQDN and skip DNS search-suffix
resolution, so partially qualified service names do not resolve there.

Build the fetch URL from the fully qualified service name using the
cluster DNS domain so the client resolves the server on both Linux and
Windows.
2026-07-28 16:19:05 +00:00
..