You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
podman-pod-ps(1) documents a .Labels template field but:
$ podman pod ps --format '{{.ID}} {{.Status}} {{.Labels}}'Error: Template parsing error: template: image:1:22: executing "image" at <.Labels>: can't evaluate field Labels in type main.podPsTemplateParams
(I've tried various different CaPiTaLiZatiOns, tried singular/plural)
podman-1.9.2-1.fc32, also master @ f42c30578958be3a502cf75b06054296269c94e9
The text was updated successfully, but these errors were encountered:
the pod ps man page says .Label is valid go template format. i dont think the function was actually ever implemented.
Fixescontainers#6448
Signed-off-by: Brent Baude <[email protected]>
podman-pod-ps(1)
documents a.Labels
template field but:(I've tried various different CaPiTaLiZatiOns, tried singular/plural)
podman-1.9.2-1.fc32, also master @ f42c30578958be3a502cf75b06054296269c94e9
The text was updated successfully, but these errors were encountered: