serving
serving copied to clipboard
Test for internal TLS certificate rotation
Add test for TLS certificate rotation
Proposed Changes
- Add test for TLS certificate rotation (including rotation of certificates for Activator, queue-proxy, Ingress)
- Re-implement the local function
scanPodLogs
as a more versatileWaitForLog
that can wait for a given condition. - Fix a bug related to
ServingFlags.SkipCleanupOnFail
. The cleanup should really be skipped only if the test fails. This was missed during reviews on the original PR - Function
getCertManagerCA
now also waits for the Secret to exist rather than failing immediately
Release Note