Skip to content

feat(pods): pods_exec supports specifying container #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 26, 2025

Conversation

manusa
Copy link
Owner

@manusa manusa commented Apr 26, 2025

Fixes #56

Allows to specify the container where the command will be executed. Additionally, prevents the command from failing in pods with multiple containers when the container is not specified (defaults to first).

Allows to specify the container where the command will be executed.
Additionally, prevents the command from failing in pods with multiple
containers when the container is not specified (defaults to first).
@manusa manusa added this to the 0.1.0 milestone Apr 26, 2025 — with automated-tasks
@manusa manusa merged commit 37d7175 into main Apr 26, 2025
9 of 10 checks passed
@manusa manusa deleted the feat/pods-exec-container branch April 26, 2025 05:02
@manusa manusa restored the feat/pods-exec-container branch April 26, 2025 05:07
@manusa manusa deleted the feat/pods-exec-container branch April 26, 2025 05:13
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.

pods_exec assumes a single container per pod
1 participant