You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kube-runtime added tracing for why reconciliations happened #457 via #571
kube-runtime added Controller::reconcile_all_on to allow scheduling all objects for reconciliation #551 via #555
kube-runtime added Controller::graceful_shutdown_on for shutting down the Controller while waiting for running reconciliations to finish - #552 via #573
BREAKING: controller::applier now starts a graceful shutdown when the queue terminates
BREAKING: scheduler now shuts down immediately when requests terminates, rather than waiting for the pending reconciliations to drain
kube-runtime added tracking for reconciliation reason
Added: Controller::owns_with and Controller::watches_with to pass a dyntype argument for dynamic Apis - #575
BREAKING: controller::trigger_* now returns a ReconcileRequest rather than ObjectRef. The ObjectRef can be accessed via the obj_ref field
Known Issues
Api::replace can fail to unset list values with k8s-openapi 0.12 #581