containers/podman

feat(kube play): flag to specify resources (pods, secrets, volumes) labels

Open

#26 450 ouverte le 17 juin 2025

Voir sur GitHub
 (6 commentaires) (0 réactions) (2 assignés)Go (3 107 forks)batch import
Good First Issuekind/feature

Métriques du dépôt

Stars
 (31 686 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Feature request description

When creating a pod (podman pod create), a secret (podman secret create), a volume (podman create volume) we can specify a --label flag, this is very handy to add metadata to resources.

The podman kube play command create pods, secrets, volumes, and have an --annotation property, but pods, secrets and volume do not support annotation, as mentioned in https://github.com/containers/podman/issues/26448 the annotation documentation should be updated.

Suggest potential solution

Adding a --label flag, that will propagate to each resources created by the podman kube play command.

Have you considered any alternatives?

N/A

Additional context

Would be helpful for https://github.com/containers/podman/issues/25185


Poc branch https://github.com/axel7083/podman/tree/feature/kube-play/label-flag

Guide contributeur