-
Notifications
You must be signed in to change notification settings - Fork 244
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
display environment variables in odo describe component
#6419
Comments
/priority Medium Reducing the priority of this issue, since #6453 has been specifically created to address the original need described here (knowing where the source code in the container is located). |
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
This issue was closed because it has been inactive for 30 days since being marked as stale. |
/kind user-story
User Story
As an IDE plugin developer, I want to know where the source code in the container is located So that I can specify the mapping between source files on the local machine and the remote container.
Acceptance Criteria
odo describe component
should display all environment variables for each container containerodo describe component -o json
should display all environment variables for each container containerPROJECTS_ROOT
andPROJECT_SOURCE
or any additional variables. In other words, if it is created on a cluster, it should display all variables defined in the container spec.Notes
example
Links
/kind user-story
The text was updated successfully, but these errors were encountered: