[studio] fix: refresh K8s certificate expiry status - #765
Merged
lizhimins merged 1 commit intoAug 3, 2026
Merged
Conversation
ai-yang
marked this pull request as ready for review
August 2, 2026 14:24
Signed-off-by: Rui <1685901819@qq.com>
lizhimins
force-pushed
the
agent/fix-k8s-cert-expiry-status
branch
from
August 3, 2026 03:38
b6a1008 to
8d74159
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
statusanddaysRemainingfrom the current time when certificates are listed or updatedClockfor create, update, renew, and read-time expiry calculationsRoot cause
K8sCertServicecalculated time-derived fields only when a certificate was created or renewed. A long-running Studio instance therefore kept returning the persisted historical status even after the certificate crossed the expiring or expired boundary.The service now refreshes these derived fields at the read/update boundary without mutating stored objects returned by the repository.
Validation
K8sCertServiceTest: 15/15K8sCertControllerTest: 9/9git diff --check: passedFixes #759