Commit graph

5 commits

Author SHA1 Message Date
Michael Aspinwall
acbede86cb Promote SVM to GA 2026-07-07 17:22:30 +00:00
kubernetes-prow[bot]
3ccbcf5568
Merge pull request #138875 from michaelasp/svmConditionObs
Add progress to conditions for migrations in SVM
2026-06-30 23:32:16 +00:00
Michael Aspinwall
584eec0ef0 Add more explicit messaging in SVM conditions for progress 2026-06-30 20:15:17 +00:00
Ogulcan Aydogan
bb7ed59999
refactor: use AddEventHandlerWithOptions in storageversion controllers
Migrate plain AddEventHandler calls in the storageversion GC and
migrator controllers to AddEventHandlerWithOptions with
cache.HandlerOptions{Logger: &logger} so the contextual logger is
propagated into the informer handler goroutines.

The logger is already in scope at each call site (klog.FromContext(ctx)),
and the handler functions already accept a klog.Logger argument, so
this is a pure API migration with no behaviour change.

Fixes: https://github.com/kubernetes/kubernetes/issues/126379
Signed-off-by: Ogulcan Aydogan <ogulcanaydogan@hotmail.com>
2026-06-10 22:57:54 +01:00
Michael Aspinwall
d274e05cc9 Remove CRD stored versions from status upon SVM migration 2026-03-11 00:50:27 +00:00