From d4ff8e2c0b5ab7805742be46a6155d0bd8e33037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natalie=20Klestrup=20R=C3=B6ijezon?= Date: Tue, 24 Jun 2025 15:12:56 +0200 Subject: [PATCH] Clarify temporal uncertainty regarding time machines --- rust/operator-binary/src/backend/tls/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/operator-binary/src/backend/tls/mod.rs b/rust/operator-binary/src/backend/tls/mod.rs index adcbda4b..af6261a1 100644 --- a/rust/operator-binary/src/backend/tls/mod.rs +++ b/rust/operator-binary/src/backend/tls/mod.rs @@ -95,7 +95,7 @@ pub enum Error { InvalidCertLifetime { source: DateTimeOutOfBoundsError }, #[snafu(display( - "certificate expiring at {expires_at} would schedule the pod to be restarted at {restart_at}, which is in the past (and we don't have a time machine (yet))" + "certificate expiring at {expires_at} would schedule the pod to be restarted at {restart_at}, which is in the past (and we don't have a time machine (yet and/or anymore))" ))] TooShortCertLifetimeRequiresTimeTravel { expires_at: OffsetDateTime,