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