-
Notifications
You must be signed in to change notification settings - Fork 243
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
command for opening terminal in a container odo terminal
#6731
Comments
Grooming (Jul 6, 2023)
- exec:
commandLine: bash
component: runtime
workingDir: ${PROJECT_SOURCE}
id: connect |
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
/remove-lifecycle stale Still relevant, and bumping priority to Medium because it came as a feature request following a recent talk at a local meetup. |
Would really like this feature! commenting for visibility. |
Another idea: have an option that allows certain commands to result in an interactive shell instead of just exiting (use case would be something like |
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
/kind user-story
User Story
As an odo user, I want to be able to open a terminal in the container with my application So that I can run commands in the container and debug application.
Acceptance Criteria
odo terminal
command should automatically open bash/sh in the container where the application is currently runningodo terminal --container mycontainer
should open terminal to a container namedmycontainer
--container
flag odo should error out and list all container names and tell the user to specify one.The text was updated successfully, but these errors were encountered: