mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 11:48:15 +00:00
kubelet: fix podstatus not containing pod full name
This commit is contained in:
@@ -580,6 +580,7 @@ func (p *podWorkers) UpdatePod(options UpdatePodOptions) {
|
||||
syncedAt: now,
|
||||
startedTerminating: true,
|
||||
finished: true,
|
||||
fullname: kubecontainer.GetPodFullName(pod),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user