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
commit cbaab07b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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