mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
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:
commit
cbaab07b68
@ -580,6 +580,7 @@ func (p *podWorkers) UpdatePod(options UpdatePodOptions) {
|
||||
syncedAt: now,
|
||||
startedTerminating: true,
|
||||
finished: true,
|
||||
fullname: kubecontainer.GetPodFullName(pod),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user