Skip to content

Commit

Permalink
UPSTREAM: 107695: kubelet: fix podstatus not containing pod full name
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips committed Jan 24, 2022
1 parent 06791f6 commit e60c64b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kubelet/pod_workers.go
Expand Up @@ -580,6 +580,7 @@ func (p *podWorkers) UpdatePod(options UpdatePodOptions) {
syncedAt: now,
startedTerminating: true,
finished: true,
fullname: kubecontainer.GetPodFullName(pod),
}
}
}
Expand Down

0 comments on commit e60c64b

Please sign in to comment.