mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +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,
|
syncedAt: now,
|
||||||
startedTerminating: true,
|
startedTerminating: true,
|
||||||
finished: true,
|
finished: true,
|
||||||
|
fullname: kubecontainer.GetPodFullName(pod),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user