mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-01 05:43:54 +00:00
Automatic merge from submit-queue (batch tested with PRs 54030, 54041). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix admission webhook test failure in go1.9 **What this PR does / why we need it**: Go 1.9 has some better checks for SAN extensions, notably:630e93ed2dWe recently added ServerName to the rest client TLSConfig:186a0684d5 (diff-eb3573c6b11347dc3793c477726480efR262)So we need to be sure that the ServerName "webhook-test.default.svc" is present in the certificates that we generate." **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # Fixes #54020 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```