Merge pull request #107695 from rphillips/fixes/fix_podStatus_not_containing_full_name

kubelet: fix static pods not restarting in certain cases
This commit is contained in:
Kubernetes Prow Robot
2022-01-25 13:33:54 -08:00
committed by GitHub

View File

@@ -580,6 +580,7 @@ func (p *podWorkers) UpdatePod(options UpdatePodOptions) {
syncedAt: now,
startedTerminating: true,
finished: true,
fullname: kubecontainer.GetPodFullName(pod),
}
}
}