kubelet: fix podstatus not containing pod full name

This commit is contained in:
Ryan Phillips 2022-01-21 16:26:22 -06:00
parent 804630ed24
commit 25f95f2bde

View File

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