mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
kubelet: fix podstatus not containing pod full name
This commit is contained in:
parent
804630ed24
commit
25f95f2bde
@ -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