Skip to content

pkg/domain: include container name in kube play start errors#29092

Open
ROKUMATE wants to merge 1 commit into
podman-container-tools:mainfrom
ROKUMATE:feat-playkube-container-name
Open

pkg/domain: include container name in kube play start errors#29092
ROKUMATE wants to merge 1 commit into
podman-container-tools:mainfrom
ROKUMATE:feat-playkube-container-name

Conversation

@ROKUMATE

@ROKUMATE ROKUMATE commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Fixes: #27196

PR Regarding

kube-play start errors showed only the container ID, so you couldn't tell which container failed
I included the name alongside the ID through this pr

Checklist

Ensure you have completed the following checklist for your pull request to be reviewed:

  • Certify you wrote the patch or otherwise have the right to pass it on as an open-source patch by signing all
    commits. (git commit -s). (If needed, use git commit -s --amend). The author email must match
    the sign-off email address. See CONTRIBUTING.md
    for more information.
  • Referenced issues using Fixes: #27196 in commit message (if applicable)
  • Tests have been added/updated (or no tests are needed)
  • Documentation has been updated (or no documentation changes are needed)
  • All commits pass make validatepr (format/lint checks)
  • Release note entered in the section below (or None if no user-facing changes) -

Does this PR introduce a user-facing change?

podman kube play now includes the container name alongside the ID when a container fails to start.

Fixes: podman-container-tools#27196
Signed-off-by: ROKUMATE <rohitkumawat0110@gmail.com>

@Honny1 Honny1 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thnaks!

@Honny1

Honny1 commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

/packit rebuild-failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

podman play kube - Need Container Name as well as ID when Container Fails to Start

2 participants