Skip to content

Commit

Permalink
kubelet: fix podstatus not containing pod full name
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips authored and josefkarasek committed Feb 24, 2022
1 parent e5d665c commit 1f3ad73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kubelet/pod_workers.go
Original file line number Diff line number Diff line change
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 1f3ad73

Please sign in to comment.