Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maddld (0.08 sec)

  1. pkg/kubelet/kubelet.go

    // on-disk state must be reentrant and be garbage collected by HandlePodCleanups or a separate loop.
    // This typically occurs when a pod is force deleted from configuration (local disk or API) and the
    // kubelet restarts in the middle of the action.
    func (kl *Kubelet) SyncTerminatedPod(ctx context.Context, pod *v1.Pod, podStatus *kubecontainer.PodStatus) error {
    	ctx, otelSpan := kl.tracer.Start(ctx, "syncTerminatedPod", trace.WithAttributes(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top