Open sanposhiho opened 3 months ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/remove-lifecycle stale
scheduler_perf shows the latency drop when the guests use logs and event recording. Currently, we send logs and events from guests to hosts synchronously, but actually we can accept the delay in logging and event recording actually.
Probably we just keep logs and events in the guest's side when klog / event recorder is used and ship them to the host once the main function finishes. (goroutine isn't an option, wasm doesn't support it)
/kind feature